Searched refs:LibraryLeakReferenceMatcher (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/ |
H A D | ReferenceMatcherTest.kt | 33 LibraryLeakReferenceMatcher(StaticFieldPattern("GcRoot", "shortestPath")) in shortestPathExcluded() 49 val expectedMatcher = LibraryLeakReferenceMatcher(StaticFieldPattern("GcRoot", "shortestPath")) in allPathsExcluded_ShortestWins() 53 LibraryLeakReferenceMatcher(InstanceFieldPattern("HasLeaking", "leaking")) in allPathsExcluded_ShortestWins() 81 val matcher = LibraryLeakReferenceMatcher(JavaLocalPattern("kroutine")) in excludedThread() 100 LibraryLeakReferenceMatcher( in overrideSuperclassExclusion() 116 val matcher = LibraryLeakReferenceMatcher(NativeGlobalVariablePattern("Leaking")) in nativeGlobalVariableLibraryLeak() 136 val matcher = LibraryLeakReferenceMatcher(NativeGlobalVariablePattern("Leaking")) in nativeGlobalVariableShortestPathExcluded()
|
H A D | LeakTraceRenderingTest.kt | 175 LibraryLeakReferenceMatcher(pattern = InstanceFieldPattern("ClassA", "leak")) in <lambda>() 210 LibraryLeakReferenceMatcher(pattern = StaticFieldPattern("GcRoot", "leak")) in <lambda>()
|
/aosp_15_r20/external/leakcanary2/shark-android/api/ |
H A D | shark-android.api | 179 …/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lshark/LibraryLeakReferenceMatcher; 180 …/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lshark/LibraryLeakReferenceMatcher; 181 …/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lshark/LibraryLeakReferenceMatcher; 192 …/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lshark/LibraryLeakReferenceMatcher; 193 …lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lshark/LibraryLeakReferenceMatcher; 194 …/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lshark/LibraryLeakReferenceMatcher; 195 …lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lshark/LibraryLeakReferenceMatcher; 196 …/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lshark/LibraryLeakReferenceMatcher; 197 …lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lshark/LibraryLeakReferenceMatcher;
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/ |
H A D | GcRootProvider.kt | 14 import shark.LibraryLeakReferenceMatcher in <lambda>() 51 val matchedLibraryLeak: LibraryLeakReferenceMatcher?, in <lambda>() 74 if (referenceMatcher is LibraryLeakReferenceMatcher) { in <lambda>()
|
H A D | Reference.kt | 3 import shark.LibraryLeakReferenceMatcher 36 val matchedLibraryLeak: LibraryLeakReferenceMatcher?,
|
H A D | ReferencePathNode.kt | 4 import shark.LibraryLeakReferenceMatcher 17 val matcher: LibraryLeakReferenceMatcher
|
H A D | ClassReferenceReader.kt | 6 import shark.LibraryLeakReferenceMatcher in <lambda>() 68 matchedLibraryLeak = referenceMatcher as LibraryLeakReferenceMatcher?, in <lambda>()
|
H A D | JavaLocalReferenceReader.kt | 7 import shark.LibraryLeakReferenceMatcher in <lambda>() 69 matchedLibraryLeak = referenceMatcher as LibraryLeakReferenceMatcher?, in <lambda>()
|
H A D | FieldInstanceReferenceReader.kt | 10 import shark.LibraryLeakReferenceMatcher in <lambda>() 124 matchedLibraryLeak = referenceMatcher as LibraryLeakReferenceMatcher?, in <lambda>()
|
H A D | AndroidReferenceReaders.kt | 5 import shark.LibraryLeakReferenceMatcher in <lambda>() 99 matchedLibraryLeak = LibraryLeakReferenceMatcher( in <lambda>()
|
/aosp_15_r20/external/leakcanary2/shark-android/src/main/java/shark/ |
H A D | AndroidReferenceMatchers.kt | 1673 ): LibraryLeakReferenceMatcher { in <lambda>() 1687 ): LibraryLeakReferenceMatcher { in <lambda>() 1696 ): LibraryLeakReferenceMatcher { in <lambda>() 1704 ): LibraryLeakReferenceMatcher { in <lambda>() 1705 return LibraryLeakReferenceMatcher( in <lambda>()
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/ |
H A D | ReferenceMatcher.kt | 20 data class LibraryLeakReferenceMatcher( dataClass 47 (matcher is LibraryLeakReferenceMatcher && matcher.patternApplies(graph))) in filterFor()
|
H A D | HeapAnalyzer.kt | 435 fun firstLibraryLeakMatcher(): LibraryLeakReferenceMatcher? { in <lambda>() 442 fun asNodesWithMatchers(): List<Pair<ReferencePathNode, LibraryLeakReferenceMatcher?>> { in <lambda>() 461 mutableMapOf<String, Pair<LibraryLeakReferenceMatcher, MutableList<LeakTrace>>>() in <lambda>()
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/ |
H A D | HeapAnalysisConfig.kt | 12 import shark.LibraryLeakReferenceMatcher
|
/aosp_15_r20/external/leakcanary2/shark/api/ |
H A D | shark.api | 294 public final class shark/LibraryLeakReferenceMatcher : shark/ReferenceMatcher { 300 …rencePattern;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lshark/LibraryLeakReferenceMatcher; 301 …LibraryLeakReferenceMatcher;Lshark/ReferencePattern;Ljava/lang/String;Lkotlin/jvm/functions/Functi…
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/ |
H A D | LeakCanary.kt | 17 import shark.LibraryLeakReferenceMatcher in <lambda>()
|