Searched refs:new_parent (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ast/ |
D | scopes.cc | 811 void Scope::Snapshot::Reparent(DeclarationScope* new_parent) const { in Reparent() 812 DCHECK_EQ(new_parent, outer_scope_->inner_scope_); in Reparent() 813 DCHECK_EQ(new_parent->outer_scope_, outer_scope_); in Reparent() 814 DCHECK_EQ(new_parent, new_parent->GetClosureScope()); in Reparent() 815 DCHECK_NULL(new_parent->inner_scope_); in Reparent() 816 DCHECK_NULL(new_parent->unresolved_); in Reparent() 817 DCHECK(new_parent->locals_.is_empty()); in Reparent() 818 Scope* inner_scope = new_parent->sibling_; in Reparent() 822 inner_scope->outer_scope_ = new_parent; in Reparent() 823 DCHECK_NE(inner_scope, new_parent); in Reparent() [all …]
|
D | scopes.h | 116 void Reparent(DeclarationScope* new_parent) const; in NON_EXPORTED_BASE()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 899 …fset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, unsigned int new_parent); 1525 …ffset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, unsigned int new_parent) in reverse_cursive_minor_offset() argument 1536 if (j == new_parent) in reverse_cursive_minor_offset() 1539 reverse_cursive_minor_offset (pos, j, direction, new_parent); in reverse_cursive_minor_offset()
|