Lines Matching refs:kRuntimeISA
48 GetCalleeSaveFrameSize(kRuntimeISA, Runtime::kRefsAndArgs);
83 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
121 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
157 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
201 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
234 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
277 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
278 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
279 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
280 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
281 case 4: return (6 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
321 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, Runtime::kRefsAndArgs); in GetCallingDexPc()
386 return fpr_args_ + (fpr_double_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
389 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
401 if ((GetBytesPerGprSpillLocation(kRuntimeISA) == 4) || in IsSplitLongOrDouble()
402 (GetBytesPerFprSpillLocation(kRuntimeISA) == 4)) { in IsSplitLongOrDouble()
507 is_split_long_or_double_ = (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
523 if (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
530 is_split_long_or_double_ = (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
549 if (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()