Searched refs:GetBytesPerFprSpillLocation (Results 1 – 4 of 4) sorted by relevance
179 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation() function
322 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()
235 GetBytesPerFprSpillLocation(kRuntimeISA); in SetShouldDeoptimizeFlag()
1382 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa) in GetVRegOffsetFromQuickCode()