Home
last modified time | relevance | path

Searched defs:catches (Results 1 – 21 of 21) 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()
DInvokePolymorphicInsn.java44 private final TypeList catches; field in InvokePolymorphicInsn
73 …okePolymorphicInsn(Rop opcode, SourcePosition position, RegisterSpecList sources, TypeList catches, in InvokePolymorphicInsn()
/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/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.java87 TypeList catches = block.getLastInsn().getCatches(); in hasAnyCatches() local
105 TypeList catches = block.getLastInsn().getCatches(); in getCatchTypes() local
223 TypeList catches = block.getLastInsn().getCatches(); in handlersFor() local
DDalvCode.java50 private CatchTable catches; field in DalvCode
DRopTranslator.java215 StdCatchBuilder catches = in translateAndGetResult() local
/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/code/
DByteBlock.java40 private final ByteCatchList catches; field in ByteBlock
56 ByteCatchList catches) { in ByteBlock()
DRopperMachine.java88 private TypeList catches; field in RopperMachine
202 public void startBlock(TypeList catches) { in startBlock()
1028 TypeList catches, Constant cst) { in makeInvokePolymorphicInsn()
DBasicBlocker.java340 ByteCatchList catches = method.getCatches(); in doit() local
445 ByteCatchList catches = method.getCatches().listFor(offset); in visitThrowing() local
DRopper.java781 ByteCatchList catches = block.getCatches(); in processBlock() local
1298 CatchInfo catches = catchInfos[i]; in addExceptionSetupBlocks() local
/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/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.java248 ByteCatchList catches = bb.getCatches(); in regularDump() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java287 ByteCatchList catches = (exceptionTableLength == 0) ? in code() local