• Home
  • Raw
  • Download

Lines Matching refs:pDvmDex

300     resMethod = dvmDexGetResolvedMethod(referrer->pDvmDex, methodIdx);  in resolveAmbiguousMethod()
304 pDexFile = referrer->pDvmDex->pDexFile; in resolveAmbiguousMethod()
396 (ptr-1) - (u1*)clazz->pDvmDex->pDexFile->baseAddr); in processAnnotationValue()
488 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in processAnnotationValue()
710 const DexFile* pDexFile = clazz->pDvmDex->pDexFile; in createAnnotationMember()
816 annoClass = dvmDexGetResolvedClass(clazz->pDvmDex, typeIdx); in processEncodedAnnotation()
828 *pPtr, *pPtr - (u1*) clazz->pDvmDex->pDexFile->baseAddr, in processEncodedAnnotation()
894 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in processAnnotationSet()
967 (ptr-1) - (u1*)clazz->pDvmDex->pDexFile->baseAddr); in skipAnnotationValue()
1072 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in searchAnnotationSet()
1105 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in searchEncodedAnnotation()
1217 if (clazz->pDvmDex == NULL) /* generated class (Proxy, array) */ in findAnnotationSetForClass()
1220 pDexFile = clazz->pDvmDex->pDexFile; in findAnnotationSetForClass()
1570 DexFile* pDexFile = method->clazz->pDvmDex->pDexFile; in getMethodIdx()
1615 if (clazz->pDvmDex == NULL) /* generated class (Proxy, array) */ in findAnnotationSetForMethod()
1617 pDexFile = clazz->pDvmDex->pDexFile; in findAnnotationSetForMethod()
1744 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in dvmGetAnnotationDefaultValue()
1851 DexFile* pDexFile = field->clazz->pDvmDex->pDexFile; in getFieldIdx()
1888 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in findAnnotationSetForField()
1986 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in processAnnotationSetRefList()
2035 if (clazz->pDvmDex == NULL) /* generated class (Proxy, array) */ in findAnnotationsItemForMethod()
2038 pDexFile = clazz->pDvmDex->pDexFile; in findAnnotationsItemForMethod()
2103 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in dvmGetParameterAnnotations()