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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DInsn.java205 public abstract TypeList getCatches(); method in class:Insn
284 && StdTypeList.equalContents(getCatches(), b.getCatches());
H A DBasicBlock.java236 return lastInsn.getCatches().size() != 0;
251 return lastInsn.getCatches();
H A DFillArrayDataInsn.java68 public TypeList getCatches() { method in class:FillArrayDataInsn
H A DPlainCstInsn.java51 public TypeList getCatches() { method in class:PlainCstInsn
H A DSwitchInsn.java64 public TypeList getCatches() { method in class:SwitchInsn
H A DThrowingCstInsn.java71 public TypeList getCatches() { method in class:ThrowingCstInsn
H A DThrowingInsn.java86 public TypeList getCatches() { method in class:ThrowingInsn
H A DPlainInsn.java73 public TypeList getCatches() { method in class:PlainInsn
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvCode.java194 public CatchTable getCatches() { method in class:DalvCode
H A DStdCatchBuilder.java86 TypeList catches = block.getLastInsn().getCatches();
103 TypeList catches = block.getLastInsn().getCatches();
221 TypeList catches = block.getLastInsn().getCatches();
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLocalVariableExtractor.java124 = lastInsn.getOriginalRopInsn().getCatches().size() !=0 ;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCatchStructs.java88 table = code.getCatches();
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java519 checkCastInsn.getOriginalRopInsn().getCatches().size() != 0;

Completed in 109 milliseconds