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

  /external/v8/src/arm/
assembler-arm-inl.h 50 int DwVfpRegister::ToAllocationIndex(DwVfpRegister reg) {
assembler-arm.h 77 static int ToAllocationIndex(Register reg) {
202 inline static int ToAllocationIndex(DwVfpRegister reg);
    [all...]
lithium-arm.cc 586 Register::ToAllocationIndex(reg));
592 DoubleRegister::ToAllocationIndex(reg));
    [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 82 int FPURegister::ToAllocationIndex(FPURegister reg) {
assembler-mips.h 78 static int ToAllocationIndex(Register reg) {
204 inline static int ToAllocationIndex(FPURegister reg);
    [all...]
lithium-mips.cc 586 Register::ToAllocationIndex(reg));
592 DoubleRegister::ToAllocationIndex(reg));
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 73 static inline int ToAllocationIndex(Register reg);
129 inline int Register::ToAllocationIndex(Register reg) {
145 static int ToAllocationIndex(XMMRegister reg) {
    [all...]
lithium-gap-resolver-ia32.cc 193 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg);
lithium-ia32.cc 581 Register::ToAllocationIndex(reg));
587 XMMRegister::ToAllocationIndex(reg));
    [all...]
  /external/v8/src/x64/
assembler-x64.h 101 static int ToAllocationIndex(Register reg) {
205 static int ToAllocationIndex(XMMRegister reg) {
    [all...]
lithium-x64.cc 579 Register::ToAllocationIndex(reg));
585 XMMRegister::ToAllocationIndex(reg));
    [all...]
  /external/v8/src/
deoptimizer.cc     [all...]

Completed in 279 milliseconds