Searched refs:fpr_index_ (Results 1 – 1 of 1) sorted by relevance
399 gpr_index_(0), fpr_index_(0), fpr_double_index_(0), stack_index_(0), in QuickArgumentVisitor()428 } else if (fpr_index_ + 1 < kNumQuickFprArgs + 1) { in GetParamAddress()429 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA)); in GetParamAddress()467 fpr_index_++; in IncGprIndex()472 fpr_index_++; in IncFprIndex()483 fpr_index_ = 0; in VisitArguments()522 if (fpr_index_ + 1 < kNumQuickFprArgs + 1) { in VisitArguments()527 fpr_double_index_ = std::max(fpr_double_index_, RoundUp(fpr_index_, 2)); in VisitArguments()529 if (fpr_index_ % 2 == 0) { in VisitArguments()530 fpr_index_ = std::max(fpr_double_index_, fpr_index_); in VisitArguments()[all …]