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

  /external/chromium_org/v8/src/compiler/
instruction-selector-impl.h 36 Register::ToAllocationIndex(reg)));
42 DoubleRegister::ToAllocationIndex(reg)));
84 Register::ToAllocationIndex(reg)));
90 DoubleRegister::ToAllocationIndex(reg)));
122 Register::ToAllocationIndex(reg));
linkage-impl.h 214 return LinkageLocation(Register::ToAllocationIndex(reg));
  /external/chromium_org/v8/src/x87/
assembler-x87.h 76 static inline int ToAllocationIndex(Register reg);
132 inline int Register::ToAllocationIndex(Register reg) {
151 static int ToAllocationIndex(X87Register reg) {
    [all...]
lithium-gap-resolver-x87.cc 170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg);
lithium-x87.cc 477 Register::ToAllocationIndex(reg));
483 X87Register::ToAllocationIndex(reg));
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 76 static inline int ToAllocationIndex(Register reg);
132 inline int Register::ToAllocationIndex(Register reg) {
151 static int ToAllocationIndex(XMMRegister reg) {
    [all...]
lithium-gap-resolver-ia32.cc 170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg);
lithium-ia32.cc 466 Register::ToAllocationIndex(reg));
472 XMMRegister::ToAllocationIndex(reg));
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 102 int FPURegister::ToAllocationIndex(FPURegister reg) {
assembler-mips.h 92 static int ToAllocationIndex(Register reg) {
225 inline static int ToAllocationIndex(FPURegister reg);
    [all...]
lithium-mips.cc 435 Register::ToAllocationIndex(reg));
441 DoubleRegister::ToAllocationIndex(reg));
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64-inl.h 102 int FPURegister::ToAllocationIndex(FPURegister reg) {
assembler-mips64.h 81 static int ToAllocationIndex(Register reg) {
214 inline static int ToAllocationIndex(FPURegister reg);
    [all...]
lithium-mips64.cc 435 Register::ToAllocationIndex(reg));
441 DoubleRegister::ToAllocationIndex(reg));
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 73 int DwVfpRegister::ToAllocationIndex(DwVfpRegister reg) {
assembler-arm.h 102 static int ToAllocationIndex(Register reg) {
221 inline static int ToAllocationIndex(DwVfpRegister reg);
    [all...]
lithium-arm.cc 428 Register::ToAllocationIndex(reg));
434 DoubleRegister::ToAllocationIndex(reg));
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 201 static int ToAllocationIndex(Register reg) {
307 static int ToAllocationIndex(FPRegister reg) {
    [all...]
lithium-arm64.cc 359 Register::ToAllocationIndex(reg));
365 DoubleRegister::ToAllocationIndex(reg));
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 82 static int ToAllocationIndex(Register reg) {
203 static int ToAllocationIndex(XMMRegister reg) {
    [all...]
lithium-x64.cc 454 Register::ToAllocationIndex(reg));
460 XMMRegister::ToAllocationIndex(reg));
    [all...]
  /external/chromium_org/v8/src/compiler/x64/
instruction-selector-x64.cc 20 Register::ToAllocationIndex(reg));
  /external/chromium_org/v8/src/
deoptimizer.cc     [all...]

Completed in 932 milliseconds