6822110: Add AddressLiteral class on SPARC
Summary: The Address class on SPARC currently handles both, addresses and address literals, what makes the Address class more complicated than it has to be.
Reviewed-by: never, kvn
function run() {
print("global run method");
}
var intfObj = {
run: function() { print("object run method"); }
};