Home
last modified time | relevance | path

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

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