Searched refs:ret_type (Results 1 – 1 of 1) sorted by relevance
456 DataType::Type ret_type = instruction_->GetType(); in EmitNativeCode() local457 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()458 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()