Home
last modified time | relevance | path

Searched refs:getCatches (Results 1 – 25 of 31) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/rop/code/
DBasicBlock.java236 return lastInsn.getCatches().size() != 0; in hasExceptionHandlers()
251 return lastInsn.getCatches(); in getExceptionHandlerTypes()
DInsn.java207 public abstract TypeList getCatches(); in getCatches() method in Insn
286 && StdTypeList.equalContents(getCatches(), b.getCatches()); in contentEquals()
DPlainCstInsn.java51 public TypeList getCatches() { in getCatches() method in PlainCstInsn
DThrowingCstInsn.java66 public TypeList getCatches() { in getCatches() method in ThrowingCstInsn
DSwitchInsn.java64 public TypeList getCatches() { in getCatches() method in SwitchInsn
DFillArrayDataInsn.java68 public TypeList getCatches() { in getCatches() method in FillArrayDataInsn
DThrowingInsn.java86 public TypeList getCatches() { in getCatches() method in ThrowingInsn
DPlainInsn.java72 public TypeList getCatches() { in getCatches() method in PlainInsn
/dalvik/dx/src/com/android/dx/rop/code/
DBasicBlock.java236 return lastInsn.getCatches().size() != 0; in hasExceptionHandlers()
251 return lastInsn.getCatches(); in getExceptionHandlerTypes()
DInsn.java205 public abstract TypeList getCatches(); in getCatches() method in Insn
284 && StdTypeList.equalContents(getCatches(), b.getCatches()); in contentEquals()
DPlainCstInsn.java51 public TypeList getCatches() { in getCatches() method in PlainCstInsn
DSwitchInsn.java64 public TypeList getCatches() { in getCatches() method in SwitchInsn
DFillArrayDataInsn.java67 public TypeList getCatches() { in getCatches() method in FillArrayDataInsn
DThrowingInsn.java86 public TypeList getCatches() { in getCatches() method in ThrowingInsn
DThrowingCstInsn.java71 public TypeList getCatches() { in getCatches() method in ThrowingCstInsn
DPlainInsn.java73 public TypeList getCatches() { in getCatches() method in PlainInsn
/dalvik/dx/src/com/android/dx/dex/code/
DStdCatchBuilder.java85 TypeList catches = block.getLastInsn().getCatches(); in hasAnyCatches()
102 TypeList catches = block.getLastInsn().getCatches(); in getCatchTypes()
220 TypeList catches = block.getLastInsn().getCatches(); in handlersFor()
DDalvCode.java193 public CatchTable getCatches() { in getCatches() method in DalvCode
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DStdCatchBuilder.java86 TypeList catches = block.getLastInsn().getCatches(); in hasAnyCatches()
103 TypeList catches = block.getLastInsn().getCatches(); in getCatchTypes()
221 TypeList catches = block.getLastInsn().getCatches(); in handlersFor()
DDalvCode.java194 public CatchTable getCatches() { in getCatches() method in DalvCode
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttCode.java133 public ByteCatchList getCatches() { in getCatches() method in AttCode
/dalvik/dexgen/src/com/android/dexgen/rop/
DByteBlock.java142 public ByteCatchList getCatches() { in getCatches() method in ByteBlock
/dalvik/dx/src/com/android/dx/cf/code/
DByteBlock.java142 public ByteCatchList getCatches() { in getCatches() method in ByteBlock
DConcreteMethod.java224 public ByteCatchList getCatches() { in getCatches() method in ConcreteMethod
225 return attCode.getCatches(); in getCatches()
DBasicBlocker.java329 ByteCatchList catches = method.getCatches(); in doit()
434 ByteCatchList catches = method.getCatches().listFor(offset); in visitThrowing()

12