Searched refs:last_child_id_ (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | register-allocator.h | 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_; member in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final |
H A D | register-allocator.cc | 814 last_child_id_(0), in TopLevelLiveRange() |
Completed in 12 milliseconds