/external/v8/src/compiler/ |
D | instruction-selector-impl.h | 36 Register::ToAllocationIndex(reg))); in DefineAsFixed() 42 DoubleRegister::ToAllocationIndex(reg))); in DefineAsFixed() 84 Register::ToAllocationIndex(reg))); in UseFixed() 90 DoubleRegister::ToAllocationIndex(reg))); in UseFixed() 122 Register::ToAllocationIndex(reg)); in TempRegister()
|
D | linkage-impl.h | 214 return LinkageLocation(Register::ToAllocationIndex(reg)); in regloc()
|
/external/v8/src/x87/ |
D | assembler-x87.h | 76 static inline int ToAllocationIndex(Register reg); 132 inline int Register::ToAllocationIndex(Register reg) { in ToAllocationIndex() function 151 static int ToAllocationIndex(X87Register reg) { in ToAllocationIndex() function
|
D | lithium-gap-resolver-x87.cc | 170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg); in GetFreeRegisterNot()
|
D | lithium-x87.cc | 477 Register::ToAllocationIndex(reg)); in ToUnallocated() 483 X87Register::ToAllocationIndex(reg)); in ToUnallocated()
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 76 static inline int ToAllocationIndex(Register reg); 132 inline int Register::ToAllocationIndex(Register reg) { in ToAllocationIndex() function 151 static int ToAllocationIndex(XMMRegister reg) { in ToAllocationIndex() function
|
D | lithium-gap-resolver-ia32.cc | 170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg); in GetFreeRegisterNot()
|
D | lithium-ia32.cc | 466 Register::ToAllocationIndex(reg)); in ToUnallocated() 472 XMMRegister::ToAllocationIndex(reg)); in ToUnallocated()
|
/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 102 int FPURegister::ToAllocationIndex(FPURegister reg) { in ToAllocationIndex() function
|
D | assembler-mips64.h | 81 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function 214 inline static int ToAllocationIndex(FPURegister reg);
|
D | lithium-mips64.cc | 435 Register::ToAllocationIndex(reg)); in ToUnallocated() 441 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
|
/external/v8/src/mips/ |
D | assembler-mips-inl.h | 102 int FPURegister::ToAllocationIndex(FPURegister reg) { in ToAllocationIndex() function
|
D | assembler-mips.h | 92 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function 225 inline static int ToAllocationIndex(FPURegister reg);
|
D | lithium-mips.cc | 435 Register::ToAllocationIndex(reg)); in ToUnallocated() 441 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
|
/external/v8/src/x64/ |
D | assembler-x64.h | 82 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function 203 static int ToAllocationIndex(XMMRegister reg) { in ToAllocationIndex() function
|
D | lithium-x64.cc | 454 Register::ToAllocationIndex(reg)); in ToUnallocated() 460 XMMRegister::ToAllocationIndex(reg)); in ToUnallocated()
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 73 int DwVfpRegister::ToAllocationIndex(DwVfpRegister reg) { in ToAllocationIndex() function
|
D | assembler-arm.h | 102 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function 221 inline static int ToAllocationIndex(DwVfpRegister reg);
|
D | lithium-arm.cc | 428 Register::ToAllocationIndex(reg)); in ToUnallocated() 434 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 20 Register::ToAllocationIndex(reg)); in TempRegister()
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 201 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function 307 static int ToAllocationIndex(FPRegister reg) { in ToAllocationIndex() function
|
D | lithium-arm64.cc | 359 Register::ToAllocationIndex(reg)); in ToUnallocated() 365 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
|
/external/v8/src/ |
D | deoptimizer.cc | 3029 buffer_->Add(DoubleRegister::ToAllocationIndex(reg), zone()); in StoreDoubleRegister()
|