Searched refs:GetBytesPerFprSpillLocation (Results 1 – 3 of 3) sorted by relevance
179 static inline size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation() function
386 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()
928 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa) in GetVRegOffsetFromQuickCode()