Home
last modified time | relevance | path

Searched defs:referenceMatchers (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/
H A DLeakCanary.kt84 val referenceMatchers: List<ReferenceMatcher> = AndroidReferenceMatchers.appDefaults, in <lambda>() constant in leakcanary.LeakCanary.Config
256 private var referenceMatchers = config.referenceMatchers in <lambda>() variable in leakcanary.LeakCanary.Config
283 fun referenceMatchers(referenceMatchers: List<ReferenceMatcher>) = in <lambda>() method in leakcanary.LeakCanary.Config
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/
H A DOpenJdkInstanceRefReadersTest.kt380 val referenceMatchers = defaultReferenceMatchers in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/
H A DHeapAnalysisConfig.kt27 val referenceMatchers: List<ReferenceMatcher> = AndroidReferenceMatchers.appDefaults, constant in leakcanary.HeapAnalysisConfig
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/main/java/leakcanary/internal/
H A DInstrumentationHeapAnalyzer.kt27 val referenceMatchers: List<ReferenceMatcher>, in <lambda>() constant in leakcanary.internal.InstrumentationHeapAnalyzer
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/
H A DHeapAnalyzer.kt75 val referenceMatchers: List<ReferenceMatcher>, in <lambda>() constant in shark.HeapAnalyzer.FindLeakInput