Home
last modified time | relevance | path

Searched refs:throwsList (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DCodeItem.java58 private final TypeList throwsList; field in CodeItem
77 TypeList throwsList) { in CodeItem() argument
88 if (throwsList == null) { in CodeItem()
95 this.throwsList = throwsList; in CodeItem()
244 int size = throwsList.size(); in writeTo0()
246 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); in writeTo0()
DEncodedMethod.java54 DalvCode code, TypeList throwsList) { in EncodedMethod() argument
67 this.code = new CodeItem(method, code, isStatic, throwsList); in EncodedMethod()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DCodeItem.java67 private final TypeList throwsList; field in CodeItem
86 TypeList throwsList) { in CodeItem() argument
97 if (throwsList == null) { in CodeItem()
104 this.throwsList = throwsList; in CodeItem()
253 int size = throwsList.size(); in writeTo0()
255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); in writeTo0()
DEncodedMethod.java55 DalvCode code, TypeList throwsList) { in EncodedMethod() argument
68 this.code = new CodeItem(method, code, isStatic, throwsList); in EncodedMethod()