Lines Matching refs:annotationsOff
347 u4 annotationsOff; /* file offset to annotations_directory_item */ member
423 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
431 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
439 u4 annotationsOff; /* offset to DexAnotationSetRefList */ member
446 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
773 if (pClassDef->annotationsOff == 0) in dexGetAnnotationsDirectoryItem()
776 (pDexFile->baseAddr + pClassDef->annotationsOff); in dexGetAnnotationsDirectoryItem()
885 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetFieldAnnotationSetItem()
917 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetMethodAnnotationSetItem()
950 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefList()
953 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()
960 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefSize()
978 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetSetRefItemItem()