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

  /art/compiler/dex/quick/mips/
codegen_mips.h 147 LIR* OpPcRelLoad(int reg, LIR* target);
int_mips.cc 271 LIR* MipsMir2Lir::OpPcRelLoad(int reg, LIR* target) {
272 LOG(FATAL) << "Unexpected use of OpPcRelLoad for Mips";
  /art/compiler/dex/quick/arm/
codegen_arm.h 146 LIR* OpPcRelLoad(int reg, LIR* target);
int_arm.cc 564 LIR* ArmMir2Lir::OpPcRelLoad(int reg, LIR* target) {
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 355 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kInvokeTgt), data_target);
369 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kArg0), data_target);
398 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kInvokeTgt), data_target);
513 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kArg0), data_target);
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 147 LIR* OpPcRelLoad(int reg, LIR* target);
int_x86.cc 252 LIR* X86Mir2Lir::OpPcRelLoad(int reg, LIR* target) {
253 LOG(FATAL) << "Unexpected use of OpPcRelLoad for x86";

Completed in 42 milliseconds