Searched refs:float_index_ (Results 1 – 7 of 7) sorted by relevance
203 float_index_ = 0u; in ResetIterator()209 if (float_index_ % 2 == 0) { in Next()211 DCHECK_EQ(float_index_, double_index_ * 2u); in Next()214 DCHECK_LT(float_index_, double_index_ * 2u); in Next()218 if (float_index_ % 2 == 0) { in Next()219 float_index_ = double_index_ * 2u; in Next()222 if (float_index_ % 2 == 0) { in Next()223 float_index_ += 1u; in Next()226 float_index_ = double_index_ * 2u; in Next()245 return float_index_ < kHFSArgumentRegistersCount; in IsCurrentParamInRegister()[all …]
34 float_index_(0u), in ArmManagedRuntimeCallingConvention()50 size_t float_index_; variable
161 uint32_t float_index_ = 0u; variable
2371 if (float_index_ % 2 == 0) { in GetNextLocation()2372 float_index_ = std::max(double_index_, float_index_); in GetNextLocation()2374 if (float_index_ < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()2375 return LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()2382 double_index_ = std::max(double_index_, RoundUp(float_index_, 2)); in GetNextLocation()
854 (float_index_ < calling_convention.GetNumberOfFpuRegisters())) { in GetNextLocation()855 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()
2528 uint32_t index = float_index_++; in GetNextLocation()2538 uint32_t index = float_index_++; in GetNextLocation()
1274 uint32_t index = float_index_++; in GetNextLocation()1284 uint32_t index = float_index_++; in GetNextLocation()