• Home
  • Raw
  • Download

Lines Matching refs:inner_scope_

156       top_inner_scope_(scope->inner_scope_),  in Snapshot()
338 inner_scope_ = nullptr; in SetDefaults()
389 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in ContainsAsmModule()
795 DCHECK_NULL(inner_scope_); in HasBeenRemoved()
824 if (inner_scope_ != nullptr) { in FinalizeBlockScope()
825 Scope* scope = inner_scope_; in FinalizeBlockScope()
831 scope->sibling_ = outer_scope()->inner_scope_; in FinalizeBlockScope()
832 outer_scope()->inner_scope_ = inner_scope_; in FinalizeBlockScope()
833 inner_scope_ = nullptr; in FinalizeBlockScope()
886 DCHECK_EQ(new_parent, outer_scope_->inner_scope_); in Reparent()
889 DCHECK_NULL(new_parent->inner_scope_); in Reparent()
906 new_parent->inner_scope_ = new_parent->sibling_; in Reparent()
1506 inner_scope_ = nullptr; in ResetAfterPreparsing()
1539 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in SavePreParsedScopeData()
1793 for (Scope* scope = inner_scope_; scope != nullptr; in Print()
1805 if (!is_hidden() && inner_scope_ == nullptr) { in CheckScopePositions()
1809 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in CheckScopePositions()
1816 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in CheckZones()
1820 DCHECK_NULL(scope->inner_scope_); in CheckZones()
2069 for (Scope* scope = inner_scope_; scope != nullptr; in ResolveVariablesRecursively()
2121 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in FetchFreeVariables()
2308 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateVariablesRecursively()
2358 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateScopeInfosRecursively()