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

  /art/compiler/optimizing/
code_generator_arm64.h 92 Location ARM64ReturnLocation(Primitive::Type return_type);
180 return ARM64ReturnLocation(return_type);
    [all...]
intrinsics_arm64.cc 89 Register res_reg = RegisterFrom(ARM64ReturnLocation(type), type);
93 FPRegister res_reg = FPRegisterFrom(ARM64ReturnLocation(type), type);
    [all...]
code_generator_arm64.cc 141 Location ARM64ReturnLocation(Primitive::Type return_type) {
159 return ARM64ReturnLocation(return_type);
    [all...]

Completed in 81 milliseconds