Home
last modified time | relevance | path

Searched defs:DexClassDef (Results 1 – 1 of 1) sorted by relevance

/dalvik/libdex/
DDexFile.h304 struct DexClassDef { struct
305 u4 classIdx; /* index into typeIds for this class */
306 u4 accessFlags;
307 u4 superclassIdx; /* index into typeIds for superclass */
308 u4 interfacesOff; /* file offset to DexTypeList */
309 u4 sourceFileIdx; /* index into stringIds for source file name */
310 u4 annotationsOff; /* file offset to annotations_directory_item */
311 u4 classDataOff; /* file offset to class_data_item */
312 u4 staticValuesOff; /* file offset to DexEncodedArray */