HomeSort by relevance Sort by last modified time
    Searched refs:FromAllocationIndex (Results 1 - 20 of 20) sorted by null

  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 196 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);
assembler-ia32.h 75 static inline Register FromAllocationIndex(int index);
135 inline Register Register::FromAllocationIndex(int index) {
150 static XMMRegister FromAllocationIndex(int index) {
    [all...]
deoptimizer-ia32.cc     [all...]
code-stubs-ia32.h 679 Register candidate = Register::FromAllocationIndex(i);
lithium-codegen-ia32.cc 288 return Register::FromAllocationIndex(index);
293 return XMMRegister::FromAllocationIndex(index);
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 790 DwVfpRegister first = DwVfpRegister::FromAllocationIndex(0);
792 DwVfpRegister::FromAllocationIndex(
799 ASSERT((DwVfpRegister::FromAllocationIndex(i).code() <= last.code()) &&
800 (DwVfpRegister::FromAllocationIndex(i).code() >= first.code()));
    [all...]
assembler-arm.h 82 static Register FromAllocationIndex(int index) {
204 static DwVfpRegister FromAllocationIndex(int index) {
    [all...]
code-stubs-arm.h 617 Register candidate = Register::FromAllocationIndex(i);
    [all...]
macro-assembler-arm.cc 612 vstr(DwVfpRegister::FromAllocationIndex(i), sp, i * kDoubleSize);
619 vldr(DwVfpRegister::FromAllocationIndex(i), sp, i * kDoubleSize);
    [all...]
lithium-codegen-arm.cc 305 return Register::FromAllocationIndex(index);
310 return DoubleRegister::FromAllocationIndex(index);
    [all...]
  /external/v8/src/mips/
assembler-mips.h 82 static Register FromAllocationIndex(int index) {
206 static FPURegister FromAllocationIndex(int index) {
    [all...]
code-stubs-mips.h 618 Register candidate = Register::FromAllocationIndex(i);
    [all...]
deoptimizer-mips.cc 780 FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
    [all...]
lithium-codegen-mips.cc 275 return Register::FromAllocationIndex(index);
280 return DoubleRegister::FromAllocationIndex(index);
    [all...]
macro-assembler-mips.cc 123 FPURegister reg = FPURegister::FromAllocationIndex(i);
131 FPURegister reg = FPURegister::FromAllocationIndex(i);
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 757 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
    [all...]
code-stubs-x64.h 661 Register candidate = Register::FromAllocationIndex(i);
assembler-x64.h 105 static Register FromAllocationIndex(int index) {
210 static XMMRegister FromAllocationIndex(int index) {
    [all...]
macro-assembler-x64.cc     [all...]
lithium-codegen-x64.cc 289 return Register::FromAllocationIndex(index);
294 return XMMRegister::FromAllocationIndex(index);
    [all...]

Completed in 446 milliseconds