Home | History | Annotate | Download | only in mips

Lines Matching refs:scope

167     int receiver_offset = info->scope()->num_parameters() * kPointerSize;
173 // Open a frame scope to indicate that there is a frame on the stack. The
174 // MANUAL indicates that the scope shouldn't actually generate code to set up
178 int locals_count = info->scope()->num_stack_slots();
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
214 int num_parameters = info->scope()->num_parameters();
216 Variable* var = scope()->parameter(i);
233 Variable* arguments = scope()->arguments();
244 int num_parameters = info->scope()->num_parameters();
275 if (scope()->HasIllegalRedeclaration()) {
277 scope()->VisitIllegalRedeclaration(this);
284 if (scope()->is_function_scope() && scope()->function() != NULL) {
285 VariableProxy* proxy = scope()->function();
291 VisitDeclarations(scope()->declarations());
452 int32_t sp_delta = (info_->scope()->num_parameters() + 1) * kPointerSize;
730 offset += (info_->scope()->num_parameters() + 1) * kPointerSize;
741 int context_chain_length = scope()->ContextChainLength(var->scope());
829 ASSERT_EQ(0, scope()->ContextChainLength(variable->scope()));
1179 scope()->is_function_scope() &&
1209 Scope* s = scope();
1222 // If no outer scope calls eval, we do not need to check more
1264 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {
1294 // perform a runtime call for all variables in the scope
1349 // var->scope() may be NULL when the proxy is located in eval code and
1354 ASSERT(var->scope() != NULL);
1359 // the same declaration scope (i.e. they are both in global code, in the
1373 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) {
2031 // scope. However, unlike var initializers, const initializers are
2033 // 'with' context. We thus bypass the normal static scope lookup for
2236 { PreservePositionScope scope(masm()->positions_recorder());
2269 { PreservePositionScope scope(masm()->positions_recorder());
2292 { PreservePositionScope scope(masm()->positions_recorder());
2319 int receiver_offset = 2 + info_->scope()->num_parameters();
2326 // Push the start position of the scope the calls resides in.
2327 __ li(a1, Operand(Smi::FromInt(scope()->start_position())));
2394 { PreservePositionScope scope(masm()->positions_recorder());
2430 { PreservePositionScope scope(masm()->positions_recorder());
2442 { PreservePositionScope scope(masm()->positions_recorder());
2840 __ li(a0, Operand(Smi::FromInt(info_->scope()->num_parameters())));
2851 __ li(v0, Operand(Smi::FromInt(info_->scope()->num_parameters())));
2978 CpuFeatures::Scope scope(FPU);
4395 Scope* declaration_scope = scope()->DeclarationScope();