Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.h179 static inline size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc386 return fpr_args_ + (fpr_double_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
389 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()
402 (GetBytesPerFprSpillLocation(kRuntimeISA) == 4)) { in IsSplitLongOrDouble()
530 is_split_long_or_double_ = (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()
549 if (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
/art/runtime/
Dstack.cc928 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa) in GetVRegOffsetFromQuickCode()