Home
last modified time | relevance | path

Searched defs:catches (Results 1 – 20 of 20) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
DThrowingInsn.java31 private final TypeList catches; field in ThrowingInsn
40 public static String toCatchString(TypeList catches) { in toCatchString()
64 TypeList catches) { in ThrowingInsn()
DThrowingCstInsn.java31 private final TypeList catches; field in ThrowingCstInsn
44 TypeList catches, Constant cst) { in ThrowingCstInsn()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DThrowingInsn.java31 private final TypeList catches; field in ThrowingInsn
40 public static String toCatchString(TypeList catches) { in toCatchString()
64 TypeList catches) { in ThrowingInsn()
DThrowingCstInsn.java30 private final TypeList catches; field in ThrowingCstInsn
43 TypeList catches, Constant cst) { in ThrowingCstInsn()
/dalvik/dexgen/src/com/android/dexgen/rop/
DByteBlock.java40 private final ByteCatchList catches; field in ByteBlock
56 ByteCatchList catches) { in ByteBlock()
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttCode.java41 private final ByteCatchList catches; field in AttCode
56 ByteCatchList catches, AttributeList attributes) { in AttCode()
/dalvik/dx/src/com/android/dx/cf/code/
DByteBlock.java40 private final ByteCatchList catches; field in ByteBlock
56 ByteCatchList catches) { in ByteBlock()
DRopperMachine.java80 private TypeList catches; field in RopperMachine
187 public void startBlock(TypeList catches) { in startBlock()
DBasicBlocker.java329 ByteCatchList catches = method.getCatches(); in doit() local
434 ByteCatchList catches = method.getCatches().listFor(offset); in visitThrowing() local
DRopper.java690 ByteCatchList catches = block.getCatches(); in processBlock() local
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DStdCatchBuilder.java86 TypeList catches = block.getLastInsn().getCatches(); in hasAnyCatches() local
103 TypeList catches = block.getLastInsn().getCatches(); in getCatchTypes() local
221 TypeList catches = block.getLastInsn().getCatches(); in handlersFor() local
DDalvCode.java51 private CatchTable catches; field in DalvCode
DRopTranslator.java208 StdCatchBuilder catches = in translateAndGetResult() local
/dalvik/dx/src/com/android/dx/dex/code/
DStdCatchBuilder.java85 TypeList catches = block.getLastInsn().getCatches(); in hasAnyCatches() local
102 TypeList catches = block.getLastInsn().getCatches(); in getCatchTypes() local
220 TypeList catches = block.getLastInsn().getCatches(); in handlersFor() local
DDalvCode.java50 private CatchTable catches; field in DalvCode
DRopTranslator.java214 StdCatchBuilder catches = in translateAndGetResult() local
/dalvik/dx/src/com/android/dx/dex/file/
DCodeItem.java49 private CatchStructs catches; field in CodeItem
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DCodeItem.java58 private CatchStructs catches; field in CodeItem
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java254 ByteCatchList catches = bb.getCatches(); in regularDump() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java251 ByteCatchList catches = (exceptionTableLength == 0) ? in code() local