Home
last modified time | relevance | path

Searched refs:sibling_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.h388 Scope* sibling() const { return sibling_; } in NON_EXPORTED_BASE()
470 inner_scope_ = inner_scope_->sibling_; in NON_EXPORTED_BASE()
474 scope = scope->sibling_) { in NON_EXPORTED_BASE()
475 if (scope->sibling_ == inner_scope) { in NON_EXPORTED_BASE()
476 scope->sibling_ = scope->sibling_->sibling_; in NON_EXPORTED_BASE()
515 Scope* sibling_; // a sibling inner scope of the outer scope of this scope. in NON_EXPORTED_BASE() local
629 inner_scope->sibling_ = inner_scope_; in NON_EXPORTED_BASE()
Dscopes.cc339 sibling_ = nullptr; in SetDefaults()
389 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in ContainsAsmModule()
827 while (scope->sibling_ != nullptr) { in FinalizeBlockScope()
828 scope = scope->sibling_; in FinalizeBlockScope()
831 scope->sibling_ = outer_scope()->inner_scope_; in FinalizeBlockScope()
860 sibling_ = this; in FinalizeBlockScope()
892 Scope* inner_scope = new_parent->sibling_; in Reparent()
906 new_parent->inner_scope_ = new_parent->sibling_; in Reparent()
907 inner_scope->sibling_ = nullptr; in Reparent()
910 new_parent->sibling_ = top_inner_scope_; in Reparent()
[all …]