Home | History | Annotate | Download | only in reflect

Lines Matching refs:desc

428                 const char* desc = dexStringByTypeIdx(pDexFile, idx);
430 dvmThrowTypeNotPresentException(desc);
1638 char* desc = dexProtoCopyMethodDescriptor(&method->prototype);
1640 method->clazz->descriptor, method->name, desc);
1641 free(desc);