Home
last modified time | relevance | path

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

/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/
H A DLeakTrace.kt64 referencePathElementIsSuspect(index) in <lambda>()
86 fun referencePathElementIsSuspect(index: Int): Boolean { in <lambda>() method in shark.LeakTrace
175 return if (showLeakingStatus && leakTrace.referencePathElementIsSuspect(index)) { in <lambda>()
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/
H A DLeakStatusTest.kt408 assertThat(leakTrace.referencePathElementIsSuspect(0)).isFalse() in <lambda>()
409 assertThat(leakTrace.referencePathElementIsSuspect(1)).isTrue() in <lambda>()
410 assertThat(leakTrace.referencePathElementIsSuspect(2)).isTrue() in <lambda>()
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DDisplayLeakAdapter.kt114 val isSuspect = leakTrace.referencePathElementIsSuspect(referencePathIndex) in <lambda>()
/aosp_15_r20/external/leakcanary2/shark/api/
H A Dshark.api158 public final fun referencePathElementIsSuspect (I)Z