Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/rop/type/
DTypeList.java68 public TypeList withAddedType(Type type); in withAddedType() method
DStdTypeList.java353 public TypeList withAddedType(Type type) { in withAddedType() method in StdTypeList
/dalvik/dexgen/src/com/android/dexgen/rop/type/
DTypeList.java68 public TypeList withAddedType(Type type); in withAddedType() method
DStdTypeList.java353 public TypeList withAddedType(Type type) { in withAddedType() method in StdTypeList
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DThrowingCstInsn.java80 getSources(), catches.withAddedType(type), in withAddedCatch()
DThrowingInsn.java100 getSources(), catches.withAddedType(type)); in withAddedCatch()
DRegisterSpecList.java122 public TypeList withAddedType(Type type) { in withAddedType() method in RegisterSpecList
/dalvik/dx/src/com/android/dx/rop/code/
DThrowingInsn.java100 getSources(), catches.withAddedType(type)); in withAddedCatch()
DThrowingCstInsn.java85 getSources(), catches.withAddedType(type), in withAddedCatch()
DInvokePolymorphicInsn.java105 getSources(), catches.withAddedType(type), getCallSiteMethod()); in withAddedCatch()
DRegisterSpecList.java123 public TypeList withAddedType(Type type) { in withAddedType() method in RegisterSpecList
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java651 public TypeList withAddedType(Type type) { in withAddedType() method in DirectClassFile.DcfTypeList