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

/art/compiler/optimizing/
H A Dcode_generator_arm.h95 uint32_t double_index_ = 0; member in class:art::arm::InvokeDexCallingConventionVisitorARM
H A Dcode_generator_arm.cc1000 float_index_ = std::max(double_index_, float_index_);
1010 double_index_ = std::max(double_index_, RoundUp(float_index_, 2));
1013 if (double_index_ + 1 < calling_convention.GetNumberOfFpuRegisters()) {
1014 uint32_t index = double_index_;
1015 double_index_ += 2;

Completed in 15 milliseconds