Home
last modified time | relevance | path

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

12

/dalvik/dx/src/com/android/dx/rop/code/
DBasicBlock.java237 return lastInsn.getCatches().size() != 0; in hasExceptionHandlers()
252 return lastInsn.getCatches(); in getExceptionHandlerTypes()
DInsn.java206 public abstract TypeList getCatches(); in getCatches() method in Insn
285 && 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/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/dex/code/
DStdCatchBuilder.java87 TypeList catches = block.getLastInsn().getCatches(); in hasAnyCatches()
105 TypeList catches = block.getLastInsn().getCatches(); in getCatchTypes()
223 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/code/
DConcreteMethod.java227 public ByteCatchList getCatches() { in getCatches() method in ConcreteMethod
228 return attCode.getCatches(); in getCatches()
DByteBlock.java143 public ByteCatchList getCatches() { in getCatches() method in ByteBlock
DBasicBlocker.java340 ByteCatchList catches = method.getCatches(); in doit()
445 ByteCatchList catches = method.getCatches().listFor(offset); in visitThrowing()
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttCode.java134 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

12