Searched refs:last_child_id_ (Results 1 – 2 of 2) sorted by relevance
971 int GetNextChildId() { return ++last_child_id_; } in GetNextChildId()973 int GetMaxChildCount() const { return last_child_id_ + 1; } in GetMaxChildCount()1043 int last_child_id_; variable
814 last_child_id_(0), in TopLevelLiveRange()