Home
last modified time | relevance | path

Searched refs:float_index_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h161 uint32_t float_index_ = 0u; variable
Dcode_generator_arm_vixl.cc2641 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()
Dcode_generator_x86_64.cc2327 uint32_t index = float_index_++; in GetNextLocation()
2337 uint32_t index = float_index_++; in GetNextLocation()