Searched refs:GetMaxChildCount (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | register-allocator.h | 973 int GetMaxChildCount() const { return last_child_id_ + 1; } in GetMaxChildCount() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final |
H A D | register-allocator.cc | 57 size_t max_child_count = range->GetMaxChildCount(); in Initialize() |
Completed in 11 milliseconds