Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h971 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
Dregister-allocator.cc814 last_child_id_(0), in TopLevelLiveRange()