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

  /art/compiler/dex/quick/mips/
int_mips.cc 271 LIR* MipsMir2Lir::OpPcRelLoad(int reg, LIR* target) {
272 LOG(FATAL) << "Unexpected use of OpPcRelLoad for Mips";
  /art/compiler/dex/quick/x86/
int_x86.cc 252 LIR* X86Mir2Lir::OpPcRelLoad(int reg, LIR* target) {
253 LOG(FATAL) << "Unexpected use of OpPcRelLoad for x86";
  /art/compiler/dex/quick/arm/
int_arm.cc 564 LIR* ArmMir2Lir::OpPcRelLoad(int reg, LIR* target) {
    [all...]

Completed in 43 milliseconds