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.h592 : ++last_child_id_; in GetNextChildId()
595 int GetChildCount() const { return last_child_id_ + 1; } in GetChildCount()
640 int last_child_id_; variable
Dregister-allocator.cc834 last_child_id_(0), in TopLevelLiveRange()