Searched refs:withAddedType (Results 1 - 12 of 12) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DTypeList.java68 public TypeList withAddedType(Type type); method in interface:TypeList
H A DStdTypeList.java353 public TypeList withAddedType(Type type) { method in class:StdTypeList
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeList.java68 public TypeList withAddedType(Type type); method in interface:TypeList
H A DStdTypeList.java356 public TypeList withAddedType(Type type) { method in class:StdTypeList
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DThrowingCstInsn.java80 getSources(), catches.withAddedType(type),
H A DThrowingInsn.java100 getSources(), catches.withAddedType(type));
H A DRegisterSpecList.java122 public TypeList withAddedType(Type type) { method in class:RegisterSpecList
/dalvik/dx/src/com/android/dx/rop/code/
H A DThrowingInsn.java100 getSources(), catches.withAddedType(type));
H A DThrowingCstInsn.java85 getSources(), catches.withAddedType(type),
H A DInvokePolymorphicInsn.java113 getSources(), catches.withAddedType(type), getCallSiteMethod());
H A DRegisterSpecList.java126 public TypeList withAddedType(Type type) { method in class:RegisterSpecList
/dalvik/dx/src/com/android/dx/cf/direct/
H A DDirectClassFile.java684 public TypeList withAddedType(Type type) { method in class:DirectClassFile.DcfTypeList

Completed in 263 milliseconds