Lines Matching defs:proxy
460 VariableProxy* proxy = expr->target()->AsVariableProxy();
461 if (proxy != NULL && proxy->var()->IsStackAllocated()) {
462 store_.Seq(variable_index(proxy->var()), Effect(expr->bounds()));
526 VariableProxy* proxy = expr->expression()->AsVariableProxy();
527 if (proxy != NULL && proxy->var()->is_possibly_eval(isolate())) {
599 VariableProxy* proxy = expr->expression()->AsVariableProxy();
600 if (proxy != NULL && proxy->var()->IsStackAllocated()) {
601 store_.Seq(variable_index(proxy->var()), Effect(expr->bounds()));