Home | History | Annotate | Download | only in reflect

Lines Matching defs:pClassDef

151     const DexClassDef* pClassDef;
157 pClassDef = dexFindClass(pDexFile, clazz->descriptor);
158 assert(pClassDef != NULL);
159 return dexGetAnnotationsDirectoryItem(pDexFile, pClassDef);