Home
last modified time | relevance | path

Searched defs:heapDump (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/
H A DHprofHeapGraphTest.kt13 val heapDump = dump { in <lambda>() constant
30 val heapDump = dump { in <lambda>() constant
47 val heapDump = dump { in <lambda>() constant
H A DUnreachableObjectRenderingTest.kt9 val heapDump = dump { in renders unreachable object() constant
H A DLabelerTest.kt38 val heapDump = dump { in <lambda>() constant
H A DLeakStatusTest.kt50 val heapDump = dump { in <lambda>() constant
/aosp_15_r20/external/leakcanary2/shark-hprof/src/test/java/shark/
H A DHprofReaderPrimitiveArrayTest.kt15 val heapDump = heapDumpRule.dumpHeap() in <lambda>() constant
31 val heapDump = heapDumpRule.dumpHeap() in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DRemoteHeapAnalyzerWorker.kt19 val heapDump = inputData.asEvent<HeapDump>() in <lambda>() constant
/aosp_15_r20/external/perfetto/ui/src/traceconv/
H A Dindex.ts213 const heapDump = heapDumpFiles[i]; constant