Home | History | Annotate | Download | only in arm

Lines Matching refs:scope

136   int locals_count = scope()->num_stack_slots();
156 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
172 int num_parameters = scope()->num_parameters();
174 Slot* slot = scope()->parameter(i)->AsSlot();
192 Variable* arguments = scope()->arguments();
203 int offset = scope()->num_parameters() * kPointerSize;
206 __ mov(r1, Operand(Smi::FromInt(scope()->num_parameters())));
218 Variable* arguments_shadow = scope()->arguments_shadow();
233 if (scope()->HasIllegalRedeclaration()) {
235 scope()->VisitIllegalRedeclaration(this);
241 if (scope()->is_function_scope() && scope()->function() != NULL) {
242 EmitDeclaration(scope()->function(), Variable::CONST, NULL);
244 VisitDeclarations(scope()->declarations());
328 int32_t sp_delta = (scope()->num_parameters() + 1) * kPointerSize;
565 CpuFeatures::Scope scope(VFP3);
621 scope()->ContextChainLength(slot->var()->scope());
712 ASSERT_EQ(0, scope()->ContextChainLength(variable->scope()));
1089 scope()->is_function_scope() &&
1120 for (Scope* s = scope(); s != slot->var()->scope(); s = s->outer_scope()) {
1154 // perform a runtime call for all variables in the scope
1207 Scope* s = scope();
1222 // If no outer scope calls eval, we do not need to check more
1904 // scope. However, unlike var initializers, const initializers are able
1906 // context. We thus bypass the normal static scope lookup.
2095 { PreservePositionScope scope(masm()->positions_recorder());
2130 { PreservePositionScope scope(masm()->positions_recorder());
2154 { PreservePositionScope scope(masm()->positions_recorder());
2182 __ ldr(r1, MemOperand(fp, (2 + scope()->num_parameters()) * kPointerSize));
2274 { PreservePositionScope scope(masm()->positions_recorder());
2315 { PreservePositionScope scope(masm()->positions_recorder());
2346 { PreservePositionScope scope(masm()->positions_recorder());
2353 { PreservePositionScope scope(masm()->positions_recorder());
2732 __ mov(r0, Operand(Smi::FromInt(scope()->num_parameters())));
2744 __ mov(r0, Operand(Smi::FromInt(scope()->num_parameters())));
2862 CpuFeatures::Scope scope(VFP3);