Searched refs:firstLibraryLeakMatcher (Results 1 – 1 of 1) sorted by relevance
435 fun firstLibraryLeakMatcher(): LibraryLeakReferenceMatcher? { in <lambda>() method in shark.HeapAnalyzer.ShortestPath476 val firstLibraryLeakMatcher = shortestPath.firstLibraryLeakMatcher() in <lambda>() constant477 if (firstLibraryLeakMatcher != null) { in <lambda>()478 val signature: String = firstLibraryLeakMatcher.pattern.toString() in <lambda>()480 libraryLeaksMap.getOrPut(signature) { firstLibraryLeakMatcher to mutableListOf() } in <lambda>()