Home
last modified time | relevance | path

Searched refs:OpLoadPc (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc246 setup_pc_rel_base_reg_ = OpLoadPc(pc_rel_base_reg_); in GenEntrySequence()
Dcodegen_x86.h965 LIR* OpLoadPc(RegStorage r_dest);
Dint_x86.cc1400 LIR* X86Mir2Lir::OpLoadPc(RegStorage r_dest) { in OpLoadPc() function in art::X86Mir2Lir
1420 LIR* load_pc = OpLoadPc(r_pc); in GetPcAndAnchor()