Searched refs:BRANCH_NONE (Results 1 – 13 of 13) sorted by relevance
32 public static final int BRANCH_NONE = 1; field in Rop177 this(opcode, result, sources, StdTypeList.EMPTY, Rop.BRANCH_NONE, in Rop()293 case BRANCH_NONE: sb.append(" flows"); break; in toString()
80 if (one.getBranchingness() != Rop.BRANCH_NONE) { in BasicBlock()87 if (lastInsn.getOpcode().getBranchingness() == Rop.BRANCH_NONE) { in BasicBlock()
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) { in PlainCstInsn()
57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) { in FillArrayDataInsn()
51 if (result != null && opcode.getBranchingness() != Rop.BRANCH_NONE) { in PlainInsn()
223 Rop.BRANCH_NONE, "add-double");240 Rop.BRANCH_NONE, "sub-double");257 Rop.BRANCH_NONE, "mul-double");
26 import static com.android.dx.rop.code.Rop.BRANCH_NONE;415 case BRANCH_NONE: in addInstruction()480 if (rop.getBranchingness() == BRANCH_NONE) { in loadConstant()518 if (rop.getBranchingness() == BRANCH_NONE) { in op()
549 case Rop.BRANCH_NONE: in visitPlainInsn()585 if (rop.getBranchingness() != Rop.BRANCH_NONE) { in visitPlainCstInsn()771 if (rop.getBranchingness() != Rop.BRANCH_NONE) { in visitFillArrayDataInsn()
220 if (opcode.getBranchingness() != Rop.BRANCH_NONE) { in hasSideEffect()
111 if (constRop.getBranchingness() == Rop.BRANCH_NONE) { in run()
472 if (ropInsn.getOpcode().getBranchingness() != Rop.BRANCH_NONE in simulateStmt()
844 .getBranchingness() == Rop.BRANCH_NONE)) { in deleteInsns()
238 if (insn.getOpcode().getBranchingness() == Rop.BRANCH_NONE) { in replaceLastInsn()