Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc467 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode() local
468 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
Dcode_generator_riscv64.cc645 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode() local
646 riscv64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()