Home
last modified time | relevance | path

Searched refs:ToAllocationIndex (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/ia32/
Dassembler-ia32.h73 static inline int ToAllocationIndex(Register reg);
129 inline int Register::ToAllocationIndex(Register reg) { in ToAllocationIndex() function
145 static int ToAllocationIndex(XMMRegister reg) { in ToAllocationIndex() function
Dlithium-gap-resolver-ia32.cc193 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg); in GetFreeRegisterNot()
Dlithium-ia32.cc581 Register::ToAllocationIndex(reg)); in ToUnallocated()
587 XMMRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/mips/
Dassembler-mips-inl.h82 int FPURegister::ToAllocationIndex(FPURegister reg) { in ToAllocationIndex() function
Dassembler-mips.h78 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
204 inline static int ToAllocationIndex(FPURegister reg);
Dlithium-mips.cc586 Register::ToAllocationIndex(reg)); in ToUnallocated()
592 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/arm/
Dassembler-arm-inl.h50 int DwVfpRegister::ToAllocationIndex(DwVfpRegister reg) { in ToAllocationIndex() function
Dassembler-arm.h77 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
202 inline static int ToAllocationIndex(DwVfpRegister reg);
Dlithium-arm.cc586 Register::ToAllocationIndex(reg)); in ToUnallocated()
592 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/x64/
Dassembler-x64.h101 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
205 static int ToAllocationIndex(XMMRegister reg) { in ToAllocationIndex() function
Dlithium-x64.cc579 Register::ToAllocationIndex(reg)); in ToUnallocated()
585 XMMRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/
Ddeoptimizer.cc1370 buffer_->Add(DoubleRegister::ToAllocationIndex(reg)); in StoreDoubleRegister()