Home | History | Annotate | Download | only in dex

Lines Matching refs:last_opcode

472     Instruction::Code last_opcode = last_mir_insn->dalvikInsn.opcode;
473 return ((last_opcode == Instruction::IF_EQZ && fall_through == succ_id) ||
474 (last_opcode == Instruction::IF_NEZ && taken == succ_id)) &&