Searched refs:OpPcRelLoad (Results 1 - 8 of 8) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dcodegen_mips.h147 LIR* OpPcRelLoad(int reg, LIR* target);
H A Dint_mips.cc271 LIR* MipsMir2Lir::OpPcRelLoad(int reg, LIR* target) { function in class:art::MipsMir2Lir
272 LOG(FATAL) << "Unexpected use of OpPcRelLoad for Mips";
/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h146 LIR* OpPcRelLoad(int reg, LIR* target);
H A Dint_arm.cc564 LIR* ArmMir2Lir::OpPcRelLoad(int reg, LIR* target) { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/
H A Dgen_invoke.cc356 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kInvokeTgt), data_target);
370 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kArg0), data_target);
399 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kInvokeTgt), data_target);
514 LIR* load_pc_rel = cg->OpPcRelLoad(cg->TargetReg(kArg0), data_target);
H A Dmir_to_lir.h667 virtual LIR* OpPcRelLoad(int reg, LIR* target) = 0;
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h147 LIR* OpPcRelLoad(int reg, LIR* target);
H A Dint_x86.cc252 LIR* X86Mir2Lir::OpPcRelLoad(int reg, LIR* target) { function in class:art::X86Mir2Lir
253 LOG(FATAL) << "Unexpected use of OpPcRelLoad for x86";

Completed in 108 milliseconds