Searched refs:float_index_ (Results 1 – 3 of 3) sorted by relevance
161 uint32_t float_index_ = 0u; variable
2641 if (float_index_ % 2 == 0) { in GetNextLocation()2642 float_index_ = std::max(double_index_, float_index_); in GetNextLocation()2644 if (float_index_ < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()2645 return LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()2652 double_index_ = std::max(double_index_, RoundUp(float_index_, 2)); in GetNextLocation()
2327 uint32_t index = float_index_++; in GetNextLocation()2337 uint32_t index = float_index_++; in GetNextLocation()