Home
last modified time | relevance | path

Searched refs:methodToFind (Results 1 – 1 of 1) sorted by relevance

/art/dexlist/
Ddexlist.cc47 const char* methodToFind; member
106 if (gOptions.methodToFind != nullptr && in dumpMethod()
108 strcmp(gOptions.methodToFind, methodName) != 0)) { in dumpMethod()
236 gOptions.methodToFind = meth + 1; in dexlistDriver()