Searched refs:FromAllocationIndex (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc196 return Register::FromAllocationIndex(i);
232 __ pop(Register::FromAllocationIndex(spilled_register_));
241 __ pop(Register::FromAllocationIndex(spilled_register_));
250 return Register::FromAllocationIndex(spilled_register_);
261 Register scratch = Register::FromAllocationIndex(i);
269 Register scratch = Register::FromAllocationIndex(0);
H A Dassembler-ia32.h75 static inline Register FromAllocationIndex(int index);
135 inline Register Register::FromAllocationIndex(int index) {
150 static XMMRegister FromAllocationIndex(int index) {
H A Ddeoptimizer-ia32.cc858 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
974 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
H A Dcode-stubs-ia32.h679 Register candidate = Register::FromAllocationIndex(i);
H A Dlithium-codegen-ia32.cc288 return Register::FromAllocationIndex(index);
293 return XMMRegister::FromAllocationIndex(index);
/external/v8/src/arm/
H A Ddeoptimizer-arm.cc790 DwVfpRegister first = DwVfpRegister::FromAllocationIndex(0);
792 DwVfpRegister::FromAllocationIndex(
799 ASSERT((DwVfpRegister::FromAllocationIndex(i).code() <= last.code()) &&
800 (DwVfpRegister::FromAllocationIndex(i).code() >= first.code()));
H A Dassembler-arm.h82 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
204 static DwVfpRegister FromAllocationIndex(int index) { function in struct:v8::internal::DwVfpRegister
H A Dcode-stubs-arm.h617 Register candidate = Register::FromAllocationIndex(i);
H A Dmacro-assembler-arm.cc612 vstr(DwVfpRegister::FromAllocationIndex(i), sp, i * kDoubleSize);
619 vldr(DwVfpRegister::FromAllocationIndex(i), sp, i * kDoubleSize);
H A Dlithium-codegen-arm.cc305 return Register::FromAllocationIndex(index);
310 return DoubleRegister::FromAllocationIndex(index);
/external/v8/src/mips/
H A Dassembler-mips.h82 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
206 static FPURegister FromAllocationIndex(int index) { function in struct:v8::internal::FPURegister
H A Dcode-stubs-mips.h618 Register candidate = Register::FromAllocationIndex(i);
H A Ddeoptimizer-mips.cc780 FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
H A Dlithium-codegen-mips.cc275 return Register::FromAllocationIndex(index);
280 return DoubleRegister::FromAllocationIndex(index);
H A Dmacro-assembler-mips.cc123 FPURegister reg = FPURegister::FromAllocationIndex(i);
131 FPURegister reg = FPURegister::FromAllocationIndex(i);
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc757 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
908 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
H A Dcode-stubs-x64.h661 Register candidate = Register::FromAllocationIndex(i);
H A Dassembler-x64.h105 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
210 static XMMRegister FromAllocationIndex(int index) { function in struct:v8::internal::XMMRegister
H A Dmacro-assembler-x64.cc3282 XMMRegister reg = XMMRegister::FromAllocationIndex(i);
3326 XMMRegister reg = XMMRegister::FromAllocationIndex(i);
H A Dlithium-codegen-x64.cc289 return Register::FromAllocationIndex(index);
294 return XMMRegister::FromAllocationIndex(index);

Completed in 254 milliseconds