Searched refs:ret_type (Results 1 – 2 of 2) sorted by relevance
332 Primitive::Type ret_type = instruction_->GetType(); in EmitNativeCode() local333 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()334 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
349 Primitive::Type ret_type = instruction_->GetType(); in EmitNativeCode() local350 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()351 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()