• Home
  • Raw
  • Download

Lines Matching refs:kRuntimeISA

41       GetCalleeSaveFrameSize(kRuntimeISA, Runtime::kRefsAndArgs);
68 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
101 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
125 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
149 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
187 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
188 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
189 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
190 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
191 case 4: return (6 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
256 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
268 …if ((GetBytesPerGprSpillLocation(kRuntimeISA) == 4) || (GetBytesPerFprSpillLocation(kRuntimeISA) =… in IsSplitLongOrDouble()
349 is_split_long_or_double_ = (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
362 if (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
371 is_split_long_or_double_ = (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
376 if (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
401 return (kNumQuickGprArgs * GetBytesPerGprSpillLocation(kRuntimeISA)) in StackArgumentStartFromShorty()
1735 if (kRuntimeISA == kX86) { in artQuickGenericJniEndTrampoline()
1903 constexpr size_t pc_offset = GetCalleeSavePCOffset(kRuntimeISA, Runtime::kRefsAndArgs); in artInvokeInterfaceTrampoline()