Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc2267 int32_t findMatch(MethodEntry** methods, int32_t size, MethodEntry* matchThis) { in findMatch() argument
2271 if (method != nullptr && !compareMethodNamesForDiff(&method, &matchThis)) { in findMatch()