Home
last modified time | relevance | path

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

/aosp12/art/libartbase/arch/
H A Dinstruction_set.h179 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation() function
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc322 return fpr_args_ + (fpr_double_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
325 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
338 (GetBytesPerFprSpillLocation(kRuntimeISA) == 4)) { in IsSplitLongOrDouble()
467 is_split_long_or_double_ = (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
486 if (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
/aosp12/art/runtime/
H A Dcha.cc235 GetBytesPerFprSpillLocation(kRuntimeISA); in SetShouldDeoptimizeFlag()
/aosp12/art/oatdump/
H A Doatdump.cc1382 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa) in GetVRegOffsetFromQuickCode()