Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h861 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetClassAnnotationSet() argument
863 return dexGetAnnotationSetItem(pDexFile, pAnnoDir->classAnnotationsOff); in dexGetClassAnnotationSet()
868 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetFieldAnnotations() argument
871 if (pAnnoDir->fieldsSize == 0) in dexGetFieldAnnotations()
875 return (const DexFieldAnnotationsItem*) &pAnnoDir[1]; in dexGetFieldAnnotations()
880 const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetFieldAnnotationsSize() argument
883 return pAnnoDir->fieldsSize; in dexGetFieldAnnotationsSize()
895 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) in dexGetMethodAnnotations() argument
898 if (pAnnoDir->methodsSize == 0) in dexGetMethodAnnotations()
905 const u1* addr = (const u1*) &pAnnoDir[1]; in dexGetMethodAnnotations()
[all …]