Home | History | Annotate | Download | only in interpreter

Lines Matching refs:execution_context

29         outer_(generator_->execution_context()),
96 context_(generator->execution_context()) {
358 ContextScope* context = generator()->execution_context();
758 builder()->LoadTheHole().StoreContextSlot(execution_context()->reg(),
800 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope()));
802 builder()->StoreContextSlot(execution_context()->reg(),
1808 int depth = execution_context()->ContextChainDepth(variable->scope());
1809 ContextScope* context = execution_context()->Previous(depth);
1821 ->LoadAccumulatorWithRegister(execution_context()->reg())
2010 int depth = execution_context()->ContextChainDepth(variable->scope());
2011 ContextScope* context = execution_context()->Previous(depth);
2026 .LoadAccumulatorWithRegister(execution_context()->reg())
2527 Smi::FromInt(execution_context()->scope()->start_position()))
2681 ->LoadContextSlot(execution_context()->reg(),
2972 execution_context()->reg(), variable->index());
2987 execution_context()->reg(), variable->index());
3113 Scope* closure_scope = execution_context()->scope()->ClosureScope();
3120 ->LoadContextSlot(execution_context()->reg(),
3128 builder()->LoadContextSlot(execution_context()->reg(),
3181 return execution_context()->scope()->language_mode();