Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc379 Location next_location; in GetNextLocation() local
386 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()
389 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
392 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
398 return next_location; in GetNextLocation()
Dcode_generator_mips64.cc71 Location next_location; in GetNextLocation() local
78 next_location = Location::FpuRegisterLocation( in GetNextLocation()
83 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
87 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
99 return next_location; in GetNextLocation()