Searched refs:next_location (Results 1 – 1 of 1) sorted by relevance
847 Location next_location; in GetNextLocation() local854 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()