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

/dalvik/libdex/
H A DDexFile.h907 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir)
909 return dexGetAnnotationSetItem(pDexFile, pAnnoDir->classAnnotationsOff);
914 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir)
917 if (pAnnoDir->fieldsSize == 0)
921 return (const DexFieldAnnotationsItem*) &pAnnoDir[1];
926 const DexAnnotationsDirectoryItem* pAnnoDir)
929 return pAnnoDir->fieldsSize;
941 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir)
944 if (pAnnoDir->methodsSize == 0)
951 const u1* addr = (const u1*) &pAnnoDir[
906 dexGetClassAnnotationSet( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
913 dexGetFieldAnnotations( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
925 dexGetFieldAnnotationsSize(const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
940 dexGetMethodAnnotations( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
957 dexGetMethodAnnotationsSize(const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
972 dexGetParameterAnnotations( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
990 dexGetParameterAnnotationsSize(const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
[all...]

Completed in 36 milliseconds