Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DClassDefItem.java58 private TypeListItem interfaces; field in ClassDefItem
88 CstType superclass, TypeList interfaces, CstString sourceFile) { in ClassDefItem() argument
98 if (interfaces == null) { in ClassDefItem()
105 this.interfaces = in ClassDefItem()
106 (interfaces.size() == 0) ? null : new TypeListItem(interfaces); in ClassDefItem()
151 if (interfaces != null) { in addContents()
152 interfaces = typeLists.intern(interfaces); in addContents()
176 int interOff = OffsettedItem.getAbsoluteOffsetOr0(interfaces); in writeTo()
195 TypeList list = interfaces.getList(); in writeTo()
254 if (interfaces == null) { in getInterfaces()
[all …]
DClassDefsSection.java176 TypeList interfaces = c.getInterfaces(); in orderItems0() local
177 int sz = interfaces.size(); in orderItems0()
179 idx = orderItems0(interfaces.getType(i), idx, maxDepth); in orderItems0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DClassDefItem.java61 private TypeListItem interfaces; field in ClassDefItem
91 CstType superclass, TypeList interfaces, CstUtf8 sourceFile) { in ClassDefItem() argument
101 if (interfaces == null) { in ClassDefItem()
108 this.interfaces = in ClassDefItem()
109 (interfaces.size() == 0) ? null : new TypeListItem(interfaces); in ClassDefItem()
154 if (interfaces != null) { in addContents()
155 interfaces = typeLists.intern(interfaces); in addContents()
179 int interOff = OffsettedItem.getAbsoluteOffsetOr0(interfaces); in writeTo()
198 TypeList list = interfaces.getList(); in writeTo()
257 if (interfaces == null) { in getInterfaces()
[all …]
DClassDefsSection.java177 TypeList interfaces = c.getInterfaces(); in orderItems0() local
178 int sz = interfaces.size(); in orderItems0()
180 idx = orderItems0(interfaces.getType(i), idx, maxDepth); in orderItems0()
/dalvik/dx/tests/006-interfaces/
Dinfo.txt6 interfaces list.
Dsmall-class.txt28 0008 0009 000a # interfaces
Dexpected.txt24 interfaces:
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java128 private TypeList interfaces; field in DirectClassFile
306 return interfaces; in getInterfaces()
545 interfaces = makeTypeList(at, count); in parse0()
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
DTestGenerator.java78 String[] interfaces) { in generateTest()
79 super.visit(version, access, className, signature, superName, interfaces); in generateTest()
/dalvik/libdex/
DDexSwapVerify.cpp995 const DexTypeList* interfaces = in crossVerifyClassDefItem() local
997 if (interfaces != NULL) { in crossVerifyClassDefItem()
998 u4 size = interfaces->size; in crossVerifyClassDefItem()
1007 dexTypeListGetIdx(interfaces, i)); in crossVerifyClassDefItem()
1022 u4 idx1 = dexTypeListGetIdx(interfaces, i); in crossVerifyClassDefItem()
1025 u4 idx2 = dexTypeListGetIdx(interfaces, j); in crossVerifyClassDefItem()
/dalvik/dexdump/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/dalvik/dx/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/dalvik/
DNOTICE63 separable from, or merely link (or bind by name) to the interfaces of,