Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc848 Location next_location; in GetNextLocation() local
855 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()
858 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
861 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
867 return next_location; in GetNextLocation()