Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DInsn.java205 public abstract TypeList getCatches(); in getCatches() method in Insn
284 && StdTypeList.equalContents(getCatches(), b.getCatches()); in contentEquals()
DBasicBlock.java236 return lastInsn.getCatches().size() != 0; in hasExceptionHandlers()
251 return lastInsn.getCatches(); in getExceptionHandlerTypes()
DPlainCstInsn.java51 public TypeList getCatches() { in getCatches() method in PlainCstInsn
DSwitchInsn.java64 public TypeList getCatches() { in getCatches() method in SwitchInsn
DFillArrayDataInsn.java68 public TypeList getCatches() { in getCatches() method in FillArrayDataInsn
DThrowingCstInsn.java71 public TypeList getCatches() { in getCatches() method in ThrowingCstInsn
DThrowingInsn.java86 public TypeList getCatches() { in getCatches() method in ThrowingInsn
DPlainInsn.java73 public TypeList getCatches() { in getCatches() method in PlainInsn
/external/dexmaker/src/dx/java/com/android/dx/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
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DLocalVariableExtractor.java124 = lastInsn.getOriginalRopInsn().getCatches().size() !=0 ; in processBlock()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCatchStructs.java88 table = code.getCatches(); in finishProcessingIfNecessary()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java519 checkCastInsn.getOriginalRopInsn().getCatches().size() != 0; in handleCheckCastResults()