Home
last modified time | relevance | path

Searched refs:allocation_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h503 const char* RegisterName(int allocation_index);
Dlithium-allocator.cc1598 const char* LAllocator::RegisterName(int allocation_index) { in RegisterName() argument
1600 return Register::from_code(allocation_index).ToString(); in RegisterName()
1602 return DoubleRegister::from_code(allocation_index).ToString(); in RegisterName()
/external/v8/src/compiler/
Dregister-allocator.h1001 const char* RegisterName(int allocation_index) const;