Searched refs:GetBytesPerGprSpillLocation (Results 1 – 4 of 4) sorted by relevance
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()[all …]
183 constexpr size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation() function
233 GetBytesPerGprSpillLocation(kRuntimeISA); in SetShouldDeoptimizeFlag()
1401 int spill_size = POPCOUNT(core_spills) * GetBytesPerGprSpillLocation(isa) in GetVRegOffsetFromQuickCode()