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

/dalvik/libdex/
H A DDexFile.h361 u4 annotationsOff; /* file offset to annotations_directory_item */ member in struct:DexClassDef
469 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexFieldAnnotationsItem
477 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexMethodAnnotationsItem
485 u4 annotationsOff; /* offset to DexAnotationSetRefList */ member in struct:DexParameterAnnotationsItem
492 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexAnnotationSetRefItem
819 if (pClassDef->annotationsOff == 0)
822 (pDexFile->baseAddr + pClassDef->annotationsOff);
931 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
963 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
996 if (pItem->annotationsOff
[all...]

Completed in 236 milliseconds