Home
last modified time | relevance | path

Searched refs:GetBytesPerGprSpillLocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc107 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 …]
/art/libartbase/arch/
Dinstruction_set.h183 constexpr size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation() function
/art/runtime/
Dcha.cc233 GetBytesPerGprSpillLocation(kRuntimeISA); in SetShouldDeoptimizeFlag()
/art/oatdump/
Doatdump.cc1401 int spill_size = POPCOUNT(core_spills) * GetBytesPerGprSpillLocation(isa) in GetVRegOffsetFromQuickCode()