• Home
  • Raw
  • Download

Lines Matching refs:kRuntimeISA

62       GetCalleeSaveFrameSize(kRuntimeISA, CalleeSaveType::kSaveRefsAndArgs);
97 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
138 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
184 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
228 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
261 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
304 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
305 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
306 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
307 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
308 case 4: return (6 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
348 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, in GetCallingDexPc()
376 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, in GetInvokeType()
439 return fpr_args_ + (fpr_double_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
442 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
454 if ((GetBytesPerGprSpillLocation(kRuntimeISA) == 4) || in IsSplitLongOrDouble()
455 (GetBytesPerFprSpillLocation(kRuntimeISA) == 4)) { in IsSplitLongOrDouble()
566 is_split_long_or_double_ = (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
582 if (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
589 is_split_long_or_double_ = (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
608 if (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
1160 size_t return_pc_offset = GetCalleeSaveReturnPcOffset(kRuntimeISA, in artInstrumentationMethodExitFromCode()
1213 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, type); in DumpB74410240DebugData()
1216 const size_t callee_return_pc_offset = GetCalleeSaveReturnPcOffset(kRuntimeISA, type); in DumpB74410240DebugData()