Home | History | Annotate | Download | only in src

Lines Matching full:scope_info_

137     num_heap_slots_ = scope_info_->ContextLength();
193 scope_info_ = scope_info;
382 if (result != NULL || scope_info_.is_null()) {
387 ASSERT(scope_info_->StackSlotIndex(*name) < 0);
392 int index = scope_info_->ContextSlotIndex(*name, &mode, &init_flag);
397 index = scope_info_->ParameterIndex(*name);
417 } else if (!scope_info_.is_null()) {
420 int index = scope_info_->FunctionContextSlotIndex(*name, &mode);
692 if (scope_info_.is_null()) {
693 scope_info_ = ScopeInfo::Create(this);
695 return scope_info_;