Home
last modified time | relevance | path

Searched refs:pAnnoDir (Results 1 – 1 of 1) sorted by relevance

/dalvik/libdex/
DDexFile.h913 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetClassAnnotationSet() argument
915 return dexGetAnnotationSetItem(pDexFile, pAnnoDir->classAnnotationsOff); in dexGetClassAnnotationSet()
920 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetFieldAnnotations() argument
923 if (pAnnoDir->fieldsSize == 0) in dexGetFieldAnnotations()
927 return (const DexFieldAnnotationsItem*) &pAnnoDir[1]; in dexGetFieldAnnotations()
932 const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetFieldAnnotationsSize() argument
935 return pAnnoDir->fieldsSize; in dexGetFieldAnnotationsSize()
947 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetMethodAnnotations() argument
950 if (pAnnoDir->methodsSize == 0) in dexGetMethodAnnotations()
957 const u1* addr = (const u1*) &pAnnoDir[1]; in dexGetMethodAnnotations()
[all …]