• Home
  • Raw
  • Download

Lines Matching refs:pAnnoDir

1209     const DexAnnotationsDirectoryItem* pAnnoDir;  in findAnnotationSetForClass()  local
1215 pAnnoDir = getAnnoDirectory(pDexFile, clazz); in findAnnotationSetForClass()
1216 if (pAnnoDir != NULL) in findAnnotationSetForClass()
1217 return dexGetClassAnnotationSet(pDexFile, pAnnoDir); in findAnnotationSetForClass()
1605 const DexAnnotationsDirectoryItem* pAnnoDir; in findAnnotationSetForMethod() local
1613 pAnnoDir = getAnnoDirectory(pDexFile, clazz); in findAnnotationSetForMethod()
1614 if (pAnnoDir != NULL) { in findAnnotationSetForMethod()
1615 pMethodList = dexGetMethodAnnotations(pDexFile, pAnnoDir); in findAnnotationSetForMethod()
1629 u4 count = dexGetMethodAnnotationsSize(pDexFile, pAnnoDir); in findAnnotationSetForMethod()
1739 const DexAnnotationsDirectoryItem* pAnnoDir; in dvmGetAnnotationDefaultValue() local
1748 pAnnoDir = getAnnoDirectory(pDexFile, clazz); in dvmGetAnnotationDefaultValue()
1749 if (pAnnoDir != NULL) in dvmGetAnnotationDefaultValue()
1750 pAnnoSet = dexGetClassAnnotationSet(pDexFile, pAnnoDir); in dvmGetAnnotationDefaultValue()
1883 const DexAnnotationsDirectoryItem* pAnnoDir; in findAnnotationSetForField() local
1887 pAnnoDir = getAnnoDirectory(pDexFile, clazz); in findAnnotationSetForField()
1888 if (pAnnoDir == NULL) in findAnnotationSetForField()
1891 pFieldList = dexGetFieldAnnotations(pDexFile, pAnnoDir); in findAnnotationSetForField()
1907 u4 count = dexGetFieldAnnotationsSize(pDexFile, pAnnoDir); in findAnnotationSetForField()
1933 const DexAnnotationsDirectoryItem* pAnnoDir; in dvmGetFieldAnnotations() local
2030 const DexAnnotationsDirectoryItem* pAnnoDir; in findAnnotationsItemForMethod() local
2037 pAnnoDir = getAnnoDirectory(pDexFile, clazz); in findAnnotationsItemForMethod()
2038 if (pAnnoDir == NULL) in findAnnotationsItemForMethod()
2041 pParameterList = dexGetParameterAnnotations(pDexFile, pAnnoDir); in findAnnotationsItemForMethod()
2057 u4 count = dexGetParameterAnnotationsSize(pDexFile, pAnnoDir); in findAnnotationsItemForMethod()