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 103 Location ARM64ReturnLocation(DataType::Type return_type);
191 return ARM64ReturnLocation(return_type);
    [all...]
intrinsics_arm64.cc 90 Register res_reg = RegisterFrom(ARM64ReturnLocation(type), type);
94 FPRegister res_reg = FPRegisterFrom(ARM64ReturnLocation(type), type);
    [all...]
code_generator_arm64.cc 147 Location ARM64ReturnLocation(DataType::Type return_type) {
165 return ARM64ReturnLocation(return_type);
    [all...]

Completed in 81 milliseconds