HomeSort by relevance Sort by last modified time
    Searched refs:ret_loc (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.cc 498 Location ret_loc = calling_convention.GetReturnLocation(ret_type); variable
499 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
    [all...]
code_generator_mips64.cc 372 Location ret_loc = calling_convention.GetReturnLocation(ret_type); variable
373 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
    [all...]
code_generator_mips.cc 415 Location ret_loc = calling_convention.GetReturnLocation(ret_type); variable
416 mips_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
    [all...]

Completed in 178 milliseconds