Searched refs:last_opcode (Results 1 – 2 of 2) sorted by relevance
187 Instruction::Code last_opcode = pred_bb->last_mir_insn->dalvikInsn.opcode; in HasNullCheckLastInsn() local188 return ((last_opcode == Instruction::IF_EQZ && pred_bb->fall_through == succ_id) || in HasNullCheckLastInsn()189 (last_opcode == Instruction::IF_NEZ && pred_bb->taken == succ_id)); in HasNullCheckLastInsn()
765 Instruction::Code last_opcode = last_insn->dalvikInsn.opcode; in EliminateNullChecksAndInferTypes() local766 if (last_opcode == Instruction::IF_EQZ) { in EliminateNullChecksAndInferTypes()772 } else if (last_opcode == Instruction::IF_NEZ) { in EliminateNullChecksAndInferTypes()