Lines Matching refs:GetBytesPerGprSpillLocation
107 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
139 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
182 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
223 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
253 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
293 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
294 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
295 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
296 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
297 case 4: return (6 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
417 if ((GetBytesPerGprSpillLocation(kRuntimeISA) == 4) || in IsSplitLongOrDouble()
529 is_split_long_or_double_ = (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
545 if (GetBytesPerGprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()