Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc123 uint32_t float_index = float_index_++; in GetNextLocation() local
124 if (float_index < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()
126 calling_convention.GetFpuRegisterAt(float_index)); in GetNextLocation()