Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h346 struct DexClassDef { struct
347 u4 classIdx; /* index into typeIds for this class */
348 u4 accessFlags;
349 u4 superclassIdx; /* index into typeIds for superclass */
350 u4 interfacesOff; /* file offset to DexTypeList */
351 u4 sourceFileIdx; /* index into stringIds for source file name */
352 u4 annotationsOff; /* file offset to annotations_directory_item */
353 u4 classDataOff; /* file offset to class_data_item */
354 u4 staticValuesOff; /* file offset to DexEncodedArray */