Searched refs:ret_loc (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc362 Location ret_loc = calling_convention.GetReturnLocation(ret_type); variable
363 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
H A Dcode_generator_arm64.cc465 Location ret_loc = calling_convention.GetReturnLocation(ret_type); variable
466 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
H A Dcode_generator_mips.cc411 Location ret_loc = calling_convention.GetReturnLocation(ret_type); variable
412 mips_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);

Completed in 54 milliseconds