Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h355 struct DexClassDef { struct
356 u4 classIdx; /* index into typeIds for this class */
357 u4 accessFlags;
358 u4 superclassIdx; /* index into typeIds for superclass */
359 u4 interfacesOff; /* file offset to DexTypeList */
360 u4 sourceFileIdx; /* index into stringIds for source file name */
361 u4 annotationsOff; /* file offset to annotations_directory_item */
362 u4 classDataOff; /* file offset to class_data_item */
363 u4 staticValuesOff; /* file offset to DexEncodedArray */