Searched refs:add_pc (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc920 const LIR* add_pc = UnwrapPointer<LIR>(p->operands[4]); local
921 DCHECK(add_pc->opcode == kThumbAddRRLH || add_pc->opcode == kThumbAddRRHH);
925 DCHECK(!add_pc->flags.is_nop);
927 dex_file, add_pc->offset, offset));
H A Dint_arm.cc1103 LIR* add_pc = NewLIR2(add_pc_opcode, r_dest.GetReg(), rs_rARM_PC.GetReg()); local
1104 add_pc->flags.fixup = kFixupLabel;
1107 movw->operands[4] = WrapPointer(add_pc);

Completed in 56 milliseconds