Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h604 : ++last_child_id_; in GetNextChildId()
607 int GetChildCount() const { return last_child_id_ + 1; } in GetChildCount()
652 int last_child_id_; variable
Dregister-allocator.cc839 last_child_id_(0), in TopLevelLiveRange()