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 66 Location ARM64ReturnLocation(Primitive::Type return_type);
138 return ARM64ReturnLocation(return_type);
intrinsics_arm64.cc 81 Register res_reg = RegisterFrom(ARM64ReturnLocation(type), type);
85 FPRegister res_reg = FPRegisterFrom(ARM64ReturnLocation(type), type);
    [all...]
code_generator_arm64.cc 114 Location ARM64ReturnLocation(Primitive::Type return_type) {
132 return ARM64ReturnLocation(return_type);
    [all...]

Completed in 193 milliseconds