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

12

/external/chromium_org/v8/src/compiler/
H A Dcode-generator-impl.h87 return Register::FromAllocationIndex(op->index());
92 return DoubleRegister::FromAllocationIndex(op->index());
H A Dcode-generator.cc95 Register reg = Register::FromAllocationIndex(pointer->index());
/external/chromium_org/v8/src/x87/
H A Dlithium-gap-resolver-x87.cc173 return Register::FromAllocationIndex(i);
209 __ pop(Register::FromAllocationIndex(spilled_register_));
218 __ pop(Register::FromAllocationIndex(spilled_register_));
227 return Register::FromAllocationIndex(spilled_register_);
238 Register scratch = Register::FromAllocationIndex(i);
246 Register scratch = Register::FromAllocationIndex(0);
H A Dassembler-x87.h78 static inline Register FromAllocationIndex(int index);
138 inline Register Register::FromAllocationIndex(int index) {
164 static X87Register FromAllocationIndex(int index) {
H A Dcode-stubs-x87.h313 Register candidate = Register::FromAllocationIndex(i);
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-ia32.cc74 Register reg = Register::FromAllocationIndex(reg_num);
92 Register reg = Register::FromAllocationIndex(reg_num);
H A Dtest-code-stubs-x64.cc78 Register reg = Register::FromAllocationIndex(reg_num);
95 Register reg = Register::FromAllocationIndex(reg_num);
H A Dtest-code-stubs-x87.cc74 Register reg = Register::FromAllocationIndex(reg_num);
92 Register reg = Register::FromAllocationIndex(reg_num);
/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc173 return Register::FromAllocationIndex(i);
209 __ pop(Register::FromAllocationIndex(spilled_register_));
218 __ pop(Register::FromAllocationIndex(spilled_register_));
227 return Register::FromAllocationIndex(spilled_register_);
238 Register scratch = Register::FromAllocationIndex(i);
246 Register scratch = Register::FromAllocationIndex(0);
H A Ddeoptimizer-ia32.cc240 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
372 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 XMMRegister FromAllocationIndex(int index) {
H A Dcode-stubs-ia32.h324 Register candidate = Register::FromAllocationIndex(i);
H A Dlithium-codegen-ia32.cc105 XMMRegister::FromAllocationIndex(save_iterator.Current()));
120 __ movsd(XMMRegister::FromAllocationIndex(save_iterator.Current()),
492 return Register::FromAllocationIndex(index);
497 return XMMRegister::FromAllocationIndex(index);
/external/chromium_org/v8/src/mips/
H A Ddeoptimizer-mips.cc146 FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
283 const FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
H A Dassembler-mips.h100 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
228 static FPURegister FromAllocationIndex(int index) { function in struct:v8::internal::FPURegister
/external/chromium_org/v8/src/mips64/
H A Ddeoptimizer-mips64.cc145 FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
287 const FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
H A Dassembler-mips64.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/chromium_org/v8/src/x64/
H A Ddeoptimizer-x64.cc142 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
272 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
H A Dcode-stubs-x64.h298 Register candidate = Register::FromAllocationIndex(i);
H A Dassembler-x64.h86 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
208 static XMMRegister FromAllocationIndex(int index) { function in struct:v8::internal::XMMRegister
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h83 DwVfpRegister DwVfpRegister::FromAllocationIndex(int index) { function in class:v8::internal::DwVfpRegister
H A Dassembler-arm.h107 static Register FromAllocationIndex(int index) { function in struct:v8::internal::Register
223 inline static DwVfpRegister FromAllocationIndex(int index);
H A Dlithium-codegen-arm.cc77 __ vstr(DwVfpRegister::FromAllocationIndex(save_iterator.Current()),
93 __ vldr(DwVfpRegister::FromAllocationIndex(save_iterator.Current()),
419 return Register::FromAllocationIndex(index);
424 return DwVfpRegister::FromAllocationIndex(index);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h171 static Register FromAllocationIndex(unsigned index) { function in struct:v8::internal::Register
284 static FPRegister FromAllocationIndex(unsigned int index) {
H A Dlithium-codegen-arm64.cc611 FPRegister value = FPRegister::FromAllocationIndex(iterator.Current());
629 FPRegister value = FPRegister::FromAllocationIndex(iterator.Current());
1174 return Register::FromAllocationIndex(op->index());
1198 return DoubleRegister::FromAllocationIndex(op->index());

Completed in 2331 milliseconds

12