Searched refs:interfaces (Results 1 – 13 of 13) sorted by relevance
/dalvik/dx/src/com/android/dx/dex/file/ |
D | ClassDefItem.java | 58 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 …]
|
D | ClassDefsSection.java | 176 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/ |
D | ClassDefItem.java | 61 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 …]
|
D | ClassDefsSection.java | 177 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/ |
D | info.txt | 6 interfaces list.
|
D | small-class.txt | 28 0008 0009 000a # interfaces
|
D | expected.txt | 24 interfaces:
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | DirectClassFile.java | 128 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/ |
D | TestGenerator.java | 78 String[] interfaces) { in generateTest() 79 super.visit(version, access, className, signature, superName, interfaces); in generateTest()
|
/dalvik/libdex/ |
D | DexSwapVerify.cpp | 995 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/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/dalvik/dx/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/dalvik/ |
D | NOTICE | 63 separable from, or merely link (or bind by name) to the interfaces of,
|