Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h355 Scope* sibling() const { return sibling_; } in NON_EXPORTED_BASE()
453 inner_scope_ = inner_scope_->sibling_; in NON_EXPORTED_BASE()
457 scope = scope->sibling_) { in NON_EXPORTED_BASE()
458 if (scope->sibling_ == inner_scope) { in NON_EXPORTED_BASE()
459 scope->sibling_ = scope->sibling_->sibling_; in NON_EXPORTED_BASE()
493 Scope* sibling_; // a sibling inner scope of the outer scope of this scope. in NON_EXPORTED_BASE() local
603 inner_scope->sibling_ = inner_scope_; in NON_EXPORTED_BASE()
Dscopes.cc319 sibling_ = nullptr; in SetDefaults()
357 for (Scope* inner = inner_scope_; inner != nullptr; inner = inner->sibling_) { in set_asm_module()
759 while (scope->sibling_ != nullptr) { in FinalizeBlockScope()
760 scope = scope->sibling_; in FinalizeBlockScope()
763 scope->sibling_ = outer_scope()->inner_scope_; in FinalizeBlockScope()
786 sibling_ = this; in FinalizeBlockScope()
818 Scope* inner_scope = new_parent->sibling_; in Reparent()
827 new_parent->inner_scope_ = new_parent->sibling_; in Reparent()
828 inner_scope->sibling_ = nullptr; in Reparent()
831 new_parent->sibling_ = top_inner_scope_; in Reparent()
[all …]