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/
H A 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_; member in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
H A Dregister-allocator.cc814 last_child_id_(0), in TopLevelLiveRange()

Completed in 12 milliseconds