Searched refs:GetBytesPerFprSpillLocation (Results 1 – 4 of 4) sorted by relevance
176 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation() function
323 return fpr_args_ + (fpr_double_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()326 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()339 (GetBytesPerFprSpillLocation(kRuntimeISA) == 4)) { in IsSplitLongOrDouble()468 is_split_long_or_double_ = (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) && in VisitArguments()487 if (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) { in VisitArguments()
235 GetBytesPerFprSpillLocation(kRuntimeISA); in SetShouldDeoptimizeFlag()
1401 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa) in GetVRegOffsetFromQuickCode()