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

12

/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);
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-ia32.cc75 Register reg = Register::FromAllocationIndex(reg_num);
93 Register reg = Register::FromAllocationIndex(reg_num);
H A Dtest-code-stubs-x64.cc79 Register reg = Register::FromAllocationIndex(reg_num);
96 Register reg = Register::FromAllocationIndex(reg_num);
/external/chromium_org/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 Ddeoptimizer-ia32.cc255 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
393 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
H A Dassembler-ia32.h78 static inline Register FromAllocationIndex(int index);
138 inline Register Register::FromAllocationIndex(int index) {
156 static IntelDoubleRegister FromAllocationIndex(int index) {
202 static XMMRegister FromAllocationIndex(int index) {
250 static X87Register FromAllocationIndex(int index) {
H A Dcode-stubs-ia32.h484 Register candidate = Register::FromAllocationIndex(i);
/external/chromium_org/v8/src/x64/
H A Ddeoptimizer-x64.cc147 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
277 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
H A Dcode-stubs-x64.h454 Register candidate = Register::FromAllocationIndex(i);
H A Dassembler-x64.h107 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
229 static XMMRegister FromAllocationIndex(int index) { function in struct:v8::internal::XMMRegister
/external/chromium_org/v8/src/mips/
H A Ddeoptimizer-mips.cc154 FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
291 const FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
H A Dassembler-mips.h89 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
217 static FPURegister FromAllocationIndex(int index) { function in struct:v8::internal::FPURegister
/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);
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h80 DwVfpRegister DwVfpRegister::FromAllocationIndex(int index) { function in class:v8::internal::DwVfpRegister
H A Dassembler-arm.h171 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
287 inline static DwVfpRegister FromAllocationIndex(int 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);
/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

Completed in 396 milliseconds

12