Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc110 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
142 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
187 return (gpr_index + 1) * GetBytesPerGprSpillLocation(kRuntimeISA); // skip S0/X8/FP in GprIndexToGprOffset()
217 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA); in GprIndexToGprOffset()
257 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
258 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
259 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
260 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
261 case 4: return (6 * GetBytesPerGprSpillLocation(kRuntimeISA)); in GprIndexToGprOffset()
361 if ((GetBytesPerGprSpillLocation(kRuntimeISA) == 4) || in IsSplitLongOrDouble()
[all …]
/art/runtime/
Doat_quick_method_header.h158 POPCOUNT(frame_info.CoreSpillMask()) * GetBytesPerGprSpillLocation(kRuntimeISA); in GetShouldDeoptimizeFlagOffset()
Dstack.cc792 POPCOUNT(frame_info.CoreSpillMask()) * GetBytesPerGprSpillLocation(kRuntimeISA); in GetShouldDeoptimizeFlagAddr()
/art/libartbase/arch/
Dinstruction_set.h214 constexpr size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation() function
/art/oatdump/
Doatdump.cc1382 int spill_size = POPCOUNT(core_spills) * GetBytesPerGprSpillLocation(isa) in GetVRegOffsetFromQuickCode()