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

  /art/compiler/dex/
compiler_enums.h 44 kLr,
  /art/compiler/dex/quick/
gen_common.cc 450 r_val = TargetReg(kLr, kNotWide);
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 91 case kLr: res_reg = rs_rMIPS_LR; break;
  /art/compiler/dex/quick/arm/
target_arm.cc 99 case kLr: res_reg = rs_rARM_LR; break;
  /art/compiler/dex/quick/arm64/
target_arm64.cc 111 case kLr: res_reg = rs_wLR; break;
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 205 case kLr: res_reg = RegStorage::InvalidReg(); break;
    [all...]

Completed in 170 milliseconds