Searched refs:next_location (Results 1 – 2 of 2) sorted by relevance
379 Location next_location; in GetNextLocation() local386 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()
71 Location next_location; in GetNextLocation() local78 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()