Searched defs:allocation_index (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.cc1632 const char* RegisterAllocator::RegisterName(int allocation_index) { argument
1634 return Register::AllocationIndexToString(allocation_index);
1636 return DoubleRegister::AllocationIndexToString(allocation_index);
/external/v8/src/
H A Dlithium-allocator.cc1593 const char* LAllocator::RegisterName(int allocation_index) { argument
1595 return Register::AllocationIndexToString(allocation_index);
1597 return DoubleRegister::AllocationIndexToString(allocation_index);

Completed in 122 milliseconds