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

12

/dalvik/dx/src/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.java67 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
/dalvik/dexgen/src/com/android/dexgen/rop/code/
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.java66 public TypeList getCatches() { method in class:ThrowingCstInsn
H A DThrowingInsn.java86 public TypeList getCatches() { method in class:ThrowingInsn
H A DPlainInsn.java72 public TypeList getCatches() { method in class:PlainInsn
H A DInsn.java207 public abstract TypeList getCatches(); method in class:Insn
286 && StdTypeList.equalContents(getCatches(), b.getCatches());
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DByteBlock.java142 public ByteCatchList getCatches() { method in class:ByteBlock
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttCode.java133 public ByteCatchList getCatches() { method in class:AttCode
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteBlock.java142 public ByteCatchList getCatches() { method in class:ByteBlock
H A DConcreteMethod.java224 public ByteCatchList getCatches() { method in class:ConcreteMethod
225 return attCode.getCatches();
/dalvik/dexgen/src/com/android/dexgen/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();
/dalvik/dx/src/com/android/dx/dex/code/
H A DDalvCode.java193 public CatchTable getCatches() { method in class:DalvCode
H A DStdCatchBuilder.java85 TypeList catches = block.getLastInsn().getCatches();
102 TypeList catches = block.getLastInsn().getCatches();
220 TypeList catches = block.getLastInsn().getCatches();
/dalvik/dx/src/com/android/dx/ssa/
H A DLocalVariableExtractor.java123 = lastInsn.getOriginalRopInsn().getCatches().size() !=0 ;

Completed in 216 milliseconds

12