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

  /art/runtime/arch/
instruction_set.h 154 static inline size_t GetBytesPerGprSpillLocation(InstructionSet isa) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 83 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
121 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
157 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
201 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
234 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
277 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA));
278 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA));
279 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA));
280 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA));
281 case 4: return (6 * GetBytesPerGprSpillLocation(kRuntimeISA))
    [all...]
  /art/runtime/
stack.cc     [all...]

Completed in 710 milliseconds