Searched defs:annotationsOff (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexFile.h366 u4 annotationsOff; /* file offset to annotations_directory_item */ member in struct:DexClassDef
474 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexFieldAnnotationsItem
482 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexMethodAnnotationsItem
490 u4 annotationsOff; /* offset to DexAnotationSetRefList */ member in struct:DexParameterAnnotationsItem
497 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexAnnotationSetRefItem
824 if (pClassDef->annotationsOff == 0)
827 (pDexFile->baseAddr + pClassDef->annotationsOff);
936 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
968 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
1001 if (pItem->annotationsOff
[all...]

Completed in 55 milliseconds