Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h366 struct DexClassDef { struct
367 u4 classIdx; /* index into typeIds for this class */
368 u4 accessFlags;
369 u4 superclassIdx; /* index into typeIds for superclass */
370 u4 interfacesOff; /* file offset to DexTypeList */
371 u4 sourceFileIdx; /* index into stringIds for source file name */
372 u4 annotationsOff; /* file offset to annotations_directory_item */
373 u4 classDataOff; /* file offset to class_data_item */
374 u4 staticValuesOff; /* file offset to DexEncodedArray */