Home | History | Annotate | Download | only in vm

Lines Matching refs:desc

2794         char* desc = dexProtoCopyMethodDescriptor(&meth->prototype);
2796 pReq->method, meth, meth->clazz->descriptor, meth->name, desc);
2797 free(desc);