Home
last modified time | relevance | path

Searched refs:double_index_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm.h94 uint32_t double_index_ = 0; variable
Dcode_generator_arm.cc649 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()