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

/dalvik/libdex/
H A DDexFile.h310 u4 annotationsOff; /* file offset to annotations_directory_item */ member in struct:DexClassDef
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexFieldAnnotationsItem
394 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexMethodAnnotationsItem
402 u4 annotationsOff; /* offset to DexAnotationSetRefList */ member in struct:DexParameterAnnotationsItem
409 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexAnnotationSetRefItem
736 if (pClassDef->annotationsOff == 0)
739 (pDexFile->baseAddr + pClassDef->annotationsOff);
846 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
876 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
907 if (pItem->annotationsOff
[all...]

Completed in 163 milliseconds