Searched refs:double_index_ (Results 1 – 2 of 2) sorted by relevance
94 uint32_t double_index_ = 0; variable
649 float_index_ = std::max(double_index_, float_index_); in GetNextLocation()659 double_index_ = std::max(double_index_, RoundUp(float_index_, 2)); in GetNextLocation()662 if (double_index_ + 1 < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()663 uint32_t index = double_index_; in GetNextLocation()664 double_index_ += 2; in GetNextLocation()