Searched refs:ARM64ReturnLocation (Results 1 – 3 of 3) sorted by relevance
64 Location ARM64ReturnLocation(Primitive::Type return_type);116 return ARM64ReturnLocation(return_type); in GetReturnLocation()
80 Register res_reg = RegisterFrom(ARM64ReturnLocation(type), type); in MoveFromReturnRegister()84 FPRegister res_reg = FPRegisterFrom(ARM64ReturnLocation(type), type); in MoveFromReturnRegister()
84 Location ARM64ReturnLocation(Primitive::Type return_type) { in ARM64ReturnLocation() function101 return ARM64ReturnLocation(return_type); in GetReturnLocation()2517 locations->SetInAt(0, ARM64ReturnLocation(return_type)); in VisitReturn()