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

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

Completed in 543 milliseconds