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

/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-impl.h36 Register::ToAllocationIndex(reg)));
42 DoubleRegister::ToAllocationIndex(reg)));
84 Register::ToAllocationIndex(reg)));
90 DoubleRegister::ToAllocationIndex(reg)));
122 Register::ToAllocationIndex(reg));
H A Dlinkage-impl.h214 return LinkageLocation(Register::ToAllocationIndex(reg));
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h76 static inline int ToAllocationIndex(Register reg);
132 inline int Register::ToAllocationIndex(Register reg) {
151 static int ToAllocationIndex(X87Register reg) {
H A Dlithium-gap-resolver-x87.cc170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg);
H A Dlithium-x87.cc477 Register::ToAllocationIndex(reg));
483 X87Register::ToAllocationIndex(reg));
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h76 static inline int ToAllocationIndex(Register reg);
132 inline int Register::ToAllocationIndex(Register reg) {
151 static int ToAllocationIndex(XMMRegister reg) {
H A Dlithium-gap-resolver-ia32.cc170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg);
H A Dlithium-ia32.cc466 Register::ToAllocationIndex(reg));
472 XMMRegister::ToAllocationIndex(reg));
/external/chromium_org/v8/src/mips/
H A Dassembler-mips-inl.h102 int FPURegister::ToAllocationIndex(FPURegister reg) { function in class:v8::internal::FPURegister
H A Dassembler-mips.h92 static int ToAllocationIndex(Register reg) { function in struct:v8::internal::Register
225 inline static int ToAllocationIndex(FPURegister reg);
H A Dlithium-mips.cc435 Register::ToAllocationIndex(reg));
441 DoubleRegister::ToAllocationIndex(reg));
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64-inl.h102 int FPURegister::ToAllocationIndex(FPURegister reg) { function in class:v8::internal::FPURegister
H A Dassembler-mips64.h81 static int ToAllocationIndex(Register reg) { function in struct:v8::internal::Register
214 inline static int ToAllocationIndex(FPURegister reg);
H A Dlithium-mips64.cc435 Register::ToAllocationIndex(reg));
441 DoubleRegister::ToAllocationIndex(reg));
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h73 int DwVfpRegister::ToAllocationIndex(DwVfpRegister reg) { function in class:v8::internal::DwVfpRegister
H A Dassembler-arm.h102 static int ToAllocationIndex(Register reg) { function in struct:v8::internal::Register
221 inline static int ToAllocationIndex(DwVfpRegister reg);
H A Dlithium-arm.cc428 Register::ToAllocationIndex(reg));
434 DoubleRegister::ToAllocationIndex(reg));
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h201 static int ToAllocationIndex(Register reg) {
307 static int ToAllocationIndex(FPRegister reg) {
H A Dlithium-arm64.cc359 Register::ToAllocationIndex(reg));
365 DoubleRegister::ToAllocationIndex(reg));
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h82 static int ToAllocationIndex(Register reg) { function in struct:v8::internal::Register
203 static int ToAllocationIndex(XMMRegister reg) { function in struct:v8::internal::XMMRegister
H A Dlithium-x64.cc454 Register::ToAllocationIndex(reg));
460 XMMRegister::ToAllocationIndex(reg));
/external/chromium_org/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc20 Register::ToAllocationIndex(reg));
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc3029 buffer_->Add(DoubleRegister::ToAllocationIndex(reg), zone());

Completed in 1330 milliseconds