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

/dalvik/libdex/
H A DDexFile.h902 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir)
904 return dexGetAnnotationSetItem(pDexFile, pAnnoDir->classAnnotationsOff);
909 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir)
912 if (pAnnoDir->fieldsSize == 0)
916 return (const DexFieldAnnotationsItem*) &pAnnoDir[1];
921 const DexAnnotationsDirectoryItem* pAnnoDir)
924 return pAnnoDir->fieldsSize;
936 const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir)
939 if (pAnnoDir->methodsSize == 0)
946 const u1* addr = (const u1*) &pAnnoDir[
901 dexGetClassAnnotationSet( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
908 dexGetFieldAnnotations( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
920 dexGetFieldAnnotationsSize(const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
935 dexGetMethodAnnotations( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
952 dexGetMethodAnnotationsSize(const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
967 dexGetParameterAnnotations( const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
985 dexGetParameterAnnotationsSize(const DexFile* pDexFile, const DexAnnotationsDirectoryItem* pAnnoDir) argument
[all...]

Completed in 71 milliseconds