Home
last modified time | relevance | path

Searched refs:ret_type (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc332 Primitive::Type ret_type = instruction_->GetType(); in EmitNativeCode() local
333 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()
334 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
Dcode_generator_mips64.cc349 Primitive::Type ret_type = instruction_->GetType(); in EmitNativeCode() local
350 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()
351 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()