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

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 68 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
101 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
125 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
149 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
187 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA));
188 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA));
189 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA));
190 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA));
191 case 4: return (6 * GetBytesPerGprSpillLocation(kRuntimeISA));
268 if ((GetBytesPerGprSpillLocation(kRuntimeISA) == 4) || (GetBytesPerFprSpillLocation(kRuntimeISA) == 4))
    [all...]
  /art/runtime/
instruction_set.h 132 static inline size_t GetBytesPerGprSpillLocation(InstructionSet isa) {
stack.h 676 int spill_size = POPCOUNT(core_spills) * GetBytesPerGprSpillLocation(isa)
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 335 milliseconds