Home
last modified time | relevance | path

Searched refs:BRANCH_THROW (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRop.java47 public static final int BRANCH_THROW = 6; field in Rop
113 if ((exceptions.size() != 0) && (branchingness != BRANCH_THROW)) { in Rop()
196 this(opcode, result, sources, exceptions, Rop.BRANCH_THROW, false, in Rop()
211 this(opcode, Type.VOID, sources, exceptions, Rop.BRANCH_THROW, true, in Rop()
DThrowingCstInsn.java47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) { in ThrowingCstInsn()
DThrowingInsn.java67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) { in ThrowingInsn()
DPlainInsn.java46 case Rop.BRANCH_THROW: { in PlainInsn()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopTranslator.java551 case Rop.BRANCH_THROW: { in visitPlainInsn()
692 if (rop.getBranchingness() != Rop.BRANCH_THROW) { in visitThrowingCstInsn()
745 if (rop.getBranchingness() != Rop.BRANCH_THROW) { in visitThrowingInsn()
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java443 case Rop.BRANCH_THROW: in addInstruction()