Lines Matching refs:annotationsOff
310 u4 annotationsOff; /* file offset to annotations_directory_item */ member
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
394 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
402 u4 annotationsOff; /* offset to DexAnotationSetRefList */ member
409 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
736 if (pClassDef->annotationsOff == 0) in dexGetAnnotationsDirectoryItem()
739 (pDexFile->baseAddr + pClassDef->annotationsOff); in dexGetAnnotationsDirectoryItem()
846 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetFieldAnnotationSetItem()
876 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetMethodAnnotationSetItem()
907 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefList()
910 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()
917 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefSize()
935 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetSetRefItemItem()