Searched refs:children_index_ (Results 1 – 3 of 3) sorted by relevance
30 children_index_ = index; in set_children_index()38 ASSERT(children_index_ >= 0); in children_arr()39 SLOW_ASSERT(children_index_ < snapshot_->children().length() || in children_arr()40 (children_index_ == snapshot_->children().length() && in children_arr()42 return &snapshot_->children().first() + children_index_; in children_arr()
129 int children_index_; variable
57 children_index_(-1), in HeapEntry()