Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc847 Location next_location; in GetNextLocation() local
854 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()
857 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
860 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
866 return next_location; in GetNextLocation()