• Home
  • Raw
  • Download

Lines Matching refs:inner_scope_

155       top_inner_scope_(scope->inner_scope_),  in Snapshot()
318 inner_scope_ = nullptr; in SetDefaults()
357 for (Scope* inner = inner_scope_; inner != nullptr; inner = inner->sibling_) { in set_asm_module()
727 DCHECK_NULL(inner_scope_); in HasBeenRemoved()
756 if (inner_scope_ != nullptr) { in FinalizeBlockScope()
757 Scope* scope = inner_scope_; in FinalizeBlockScope()
763 scope->sibling_ = outer_scope()->inner_scope_; in FinalizeBlockScope()
764 outer_scope()->inner_scope_ = inner_scope_; in FinalizeBlockScope()
765 inner_scope_ = nullptr; in FinalizeBlockScope()
812 DCHECK_EQ(new_parent, outer_scope_->inner_scope_); in Reparent()
815 DCHECK_NULL(new_parent->inner_scope_); in Reparent()
827 new_parent->inner_scope_ = new_parent->sibling_; in Reparent()
1346 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in MaxNestedContextChainLength()
1440 inner_scope_ = nullptr; in ResetAfterPreparsing()
1706 for (Scope* scope = inner_scope_; scope != nullptr; in Print()
1718 if (!is_hidden() && inner_scope_ == nullptr) { in CheckScopePositions()
1722 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in CheckScopePositions()
1729 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in CheckZones()
1733 DCHECK_NULL(scope->inner_scope_); in CheckZones()
1958 for (Scope* scope = inner_scope_; scope != nullptr; in ResolveVariablesRecursively()
2009 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in FetchFreeVariables()
2203 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateVariablesRecursively()
2252 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateScopeInfosRecursively()
2266 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateDebuggerScopeInfos()
2278 for (Scope* inner = inner_scope_; inner != nullptr; inner = inner->sibling_) { in CollectVariableData()