Home | History | Annotate | Download | only in interp

Lines Matching full:methodname

1383     const char* methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
1391 result += dotName + "." + methodName + ":" + desc;
1396 return dotName + "." + methodName;