Searched defs:getCatches (Results 1 - 21 of 21) sorted by path

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvCode.java194 public CatchTable getCatches() { method in class:DalvCode
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DByteBlock.java142 public ByteCatchList getCatches() { method in class:ByteBlock
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DFillArrayDataInsn.java68 public TypeList getCatches() { method in class:FillArrayDataInsn
H A DInsn.java207 public abstract TypeList getCatches(); method in class:Insn
286 && StdTypeList.equalContents(getCatches(), b.getCatches());
H A DPlainCstInsn.java51 public TypeList getCatches() { method in class:PlainCstInsn
H A DPlainInsn.java72 public TypeList getCatches() { method in class:PlainInsn
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
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttCode.java134 public ByteCatchList getCatches() { method in class:AttCode
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteBlock.java143 public ByteCatchList getCatches() { method in class:ByteBlock
H A DConcreteMethod.java227 public ByteCatchList getCatches() { method in class:ConcreteMethod
228 return attCode.getCatches();
/dalvik/dx/src/com/android/dx/dex/code/
H A DDalvCode.java193 public CatchTable getCatches() { method in class:DalvCode
/dalvik/dx/src/com/android/dx/rop/code/
H A DFillArrayDataInsn.java67 public TypeList getCatches() { method in class:FillArrayDataInsn
H A DInsn.java206 public abstract TypeList getCatches(); method in class:Insn
285 && StdTypeList.equalContents(getCatches(), b.getCatches());
H A DInvokePolymorphicInsn.java99 public TypeList getCatches() { method in class:InvokePolymorphicInsn
H A DPlainCstInsn.java51 public TypeList getCatches() { method in class:PlainCstInsn
H A DPlainInsn.java73 public TypeList getCatches() { method in class:PlainInsn
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

Completed in 293 milliseconds