Searched refs:fpr_index_ (Results 1 – 7 of 7) sorted by relevance
328 fpr_index_(0), in QuickArgumentVisitor()360 } else if (fpr_index_ + 1 < kNumQuickFprArgs + 1) { in GetParamAddress()361 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()399 fpr_index_++; in IncGprIndex()404 fpr_index_++; in IncFprIndex()415 fpr_index_ = 0; in VisitArguments()454 if (fpr_index_ + 1 < kNumQuickFprArgs + 1) { in VisitArguments()459 fpr_double_index_ = std::max(fpr_double_index_, RoundUp(fpr_index_, 2)); in VisitArguments()461 if (fpr_index_ % 2 == 0) { in VisitArguments()462 fpr_index_ = std::max(fpr_double_index_, fpr_index_); in VisitArguments()[all …]
140 size_t fpr_index_ = 0u; variable
168 size_t fpr_index_ = 0u; variable
282 size_t fpr_index_ = 0u; variable
926 if (fpr_index_ < kParameterFPRegistersLength) { in GetNextLocation()927 location = LocationFrom(kParameterFPRegisters[fpr_index_]); in GetNextLocation()928 ++fpr_index_; in GetNextLocation()
213 if (fpr_index_ < kParameterFpuRegistersLength) { in GetNextLocation()214 location = Location::FpuRegisterLocation(kParameterFpuRegisters[fpr_index_]); in GetNextLocation()215 ++fpr_index_; in GetNextLocation()
3035 if (fpr_index_ < kParameterFloatRegistersLength) { in GetNextLocation()3036 location = Location::FpuRegisterLocation(kParameterFloatRegisters[fpr_index_]); in GetNextLocation()3037 ++fpr_index_; in GetNextLocation()