Home
last modified time | relevance | path

Searched defs:allocation_index (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.cc54 void LOsrEntry::MarkSpilledRegister(int allocation_index, in MarkSpilledRegister()
84 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, in MarkSpilledDoubleRegister()
/external/v8/src/mips/
Dlithium-mips.cc54 void LOsrEntry::MarkSpilledRegister(int allocation_index, in MarkSpilledRegister()
84 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, in MarkSpilledDoubleRegister()
/external/v8/src/x64/
Dlithium-x64.cc56 void LOsrEntry::MarkSpilledRegister(int allocation_index, in MarkSpilledRegister()
64 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, in MarkSpilledDoubleRegister()
/external/v8/src/ia32/
Dlithium-ia32.cc56 void LOsrEntry::MarkSpilledRegister(int allocation_index, in MarkSpilledRegister()
64 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, in MarkSpilledDoubleRegister()
/external/v8/src/
Dlithium-allocator.cc1592 const char* LAllocator::RegisterName(int allocation_index) { in RegisterName()