Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h848 int GetNextLiveRangeId();
Dregister-allocator.cc1433 int RegisterAllocationData::GetNextLiveRangeId() { in GetNextLiveRangeId() function in v8::internal::compiler::RegisterAllocationData
1444 int vreg = GetNextLiveRangeId(); in NextLiveRange()