Home | History | Annotate | Download | only in arm

Lines Matching full:proxy

645     // The expression is either a property or a variable proxy that rewrites
655 // The expression is a variable proxy that does not rewrite to a
1211 Variable* var = node->proxy()->var();
1263 Reference target(this, node->proxy());
3033 // patch the stack to use the global proxy as 'this' in the
3133 // Pass the global proxy as the receiver.
3158 // receiver. There is no need to use the global proxy here because
4346 VariableProxy* proxy = expression_->AsVariableProxy();
4347 ASSERT(proxy->AsVariable() != NULL);
4348 ASSERT(proxy->AsVariable()->is_global());
4349 return proxy->name();