Home | History | Annotate | Download | only in src

Lines Matching refs:scope_info_

120     num_heap_slots_ = scope_info_->ContextLength();
181 scope_info_ = scope_info;
371 if (result != NULL || scope_info_.is_null()) {
376 ASSERT(scope_info_->StackSlotIndex(*name) < 0);
382 int index = ScopeInfo::ContextSlotIndex(scope_info_, name, &mode, &init_flag);
385 index = scope_info_->ParameterIndex(*name);
404 } else if (!scope_info_.is_null()) {
407 int index = scope_info_->FunctionContextSlotIndex(*name, &mode);
730 if (scope_info_.is_null()) {
731 scope_info_ = ScopeInfo::Create(this, zone());
733 return scope_info_;