Searched refs:getCatches (Results 1 – 13 of 13) sorted by relevance
205 public abstract TypeList getCatches(); in getCatches() method in Insn284 && StdTypeList.equalContents(getCatches(), b.getCatches()); in contentEquals()
236 return lastInsn.getCatches().size() != 0; in hasExceptionHandlers()251 return lastInsn.getCatches(); in getExceptionHandlerTypes()
51 public TypeList getCatches() { in getCatches() method in PlainCstInsn
64 public TypeList getCatches() { in getCatches() method in SwitchInsn
68 public TypeList getCatches() { in getCatches() method in FillArrayDataInsn
71 public TypeList getCatches() { in getCatches() method in ThrowingCstInsn
86 public TypeList getCatches() { in getCatches() method in ThrowingInsn
73 public TypeList getCatches() { in getCatches() method in PlainInsn
86 TypeList catches = block.getLastInsn().getCatches(); in hasAnyCatches()103 TypeList catches = block.getLastInsn().getCatches(); in getCatchTypes()221 TypeList catches = block.getLastInsn().getCatches(); in handlersFor()
194 public CatchTable getCatches() { in getCatches() method in DalvCode
124 = lastInsn.getOriginalRopInsn().getCatches().size() !=0 ; in processBlock()
88 table = code.getCatches(); in finishProcessingIfNecessary()
519 checkCastInsn.getOriginalRopInsn().getCatches().size() != 0; in handleCheckCastResults()