Home | History | Annotate | Download | only in x64

Lines Matching refs:scope

129     int locals_count = scope()->num_stack_slots();
143 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
160 int num_parameters = scope()->num_parameters();
162 Slot* slot = scope()->parameter(i)->AsSlot();
181 Variable* arguments = scope()->arguments();
192 int offset = scope()->num_parameters() * kPointerSize;
196 __ Push(Smi::FromInt(scope()->num_parameters()));
206 Variable* arguments_shadow = scope()->arguments_shadow();
221 if (scope()->HasIllegalRedeclaration()) {
223 scope()->VisitIllegalRedeclaration(this);
228 if (scope()->is_function_scope() && scope()->function() != NULL) {
229 EmitDeclaration(scope()->function(), Variable::CONST, NULL);
231 VisitDeclarations(scope()->declarations());
315 int arguments_bytes = (scope()->num_parameters() + 1) * kPointerSize;
592 scope()->ContextChainLength(slot->var()->scope());
678 ASSERT_EQ(0, scope()->ContextChainLength(variable->scope()));
1045 scope()->is_function_scope() &&
1075 Scope* s = scope();
1090 // If no outer scope calls eval, we do not need to check more
1091 // context extensions. If we have reached an eval scope, we check
1139 for (Scope* s = scope(); s != slot->var()->scope(); s = s->outer_scope()) {
1172 // perform a runtime call for all variables in the scope
1821 // scope. However, unlike var initializers, const initializers are able
1823 // context. We thus bypass the normal static scope lookup.
2000 { PreservePositionScope scope(masm()->positions_recorder());
2035 { PreservePositionScope scope(masm()->positions_recorder());
2059 { PreservePositionScope scope(masm()->positions_recorder());
2087 __ push(Operand(rbp, (2 + scope()->num_parameters()) * kPointerSize));
2174 { PreservePositionScope scope(masm()->positions_recorder());
2214 { PreservePositionScope scope(masm()->positions_recorder());
2247 { PreservePositionScope scope(masm()->positions_recorder());
2254 { PreservePositionScope scope(masm()->positions_recorder());
2626 __ Move(rax, Smi::FromInt(scope()->num_parameters()));
2638 __ Move(rax, Smi::FromInt(scope()->num_parameters()));