Home
last modified time | relevance | path

Searched defs:heapDumpFile (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/
H A DHeapAnalysis.kt16 abstract val heapDumpFile: File in <lambda>() constant in shark.HeapAnalysis
43 override val heapDumpFile: File, constant in shark.HeapAnalysisFailure
83 override val heapDumpFile: File, constant in shark.HeapAnalysisSuccess
/aosp_15_r20/external/leakcanary2/shark-cli/src/main/java/shark/
H A DStripHprofCommand.kt13 val heapDumpFile = retrieveHeapDumpFile(context.sharkCliParams) in run() constant
H A DDeobfuscateHprofCommand.kt17 val heapDumpFile = retrieveHeapDumpFile(params) in run() constant
H A DDumpProcessCommand.kt121 val heapDumpFile = File(workingDirectory, heapDumpFileName) in CliktCommand() constant
H A DSharkCliCommand.kt68 private val heapDumpFile by option("--hprof", "-h", help = "path to a .hprof file").file( constant
H A DInteractiveCommand.kt115 openHprof { graph, heapDumpFile -> in <lambda>() method
128 val heapDumpFile = retrieveHeapDumpFile(params) in <lambda>() constant
H A DNeo4JCommand.kt93 val heapDumpFile = retrieveHeapDumpFile(params) in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/androidTest/java/leakcanary/
H A DIndexingTest.kt18 val heapDumpFile = File(context.filesDir, "AnalysisDurationTest.hprof") in <lambda>() constant
H A DProfiledTest.kt26 val heapDumpFile = File(context.filesDir, "ProfiledTest.hprof") in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/androidTest/java/leakcanary/
H A DAndroidExtensionsTest.kt23 val heapDumpFile = testFolder.newFile() in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/main/java/leakcanary/
H A DInstrumentationLeakDetector.kt105 val heapDumpFile = InstrumentationHeapDumpFileProvider().newHeapDumpFile() in detectLeaks() constant
H A DAndroidDetectLeaksAssert.kt59 val heapDumpFile = InstrumentationHeapDumpFileProvider().newHeapDumpFile() in runLeakChecks() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DAndroidDebugHeapAnalyzer.kt54 val heapDumpFile = heapDumped.file in <lambda>() constant
H A DHeapDumpTrigger.kt173 val heapDumpFile = directoryProvider.newHeapDumpFile() in <lambda>() constant
/aosp_15_r20/external/leakcanary2/shark-android/src/test/java/shark/
H A DHprofRetainedHeapPerfTest.kt133 val heapDumpFile = dumpHeap("retaining-${instance::class.java.name}") in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/internal/
H A DRealHeapAnalysisJob.kt124 var heapDumpFile = sensitiveHeapDumpFile in <lambda>() variable
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
H A DRenderHeapDumpScreen.kt29 private val heapDumpFile: File in <lambda>() constant in leakcanary.internal.activity.screen.RenderHeapDumpScreen
H A DHprofExplorerScreen.kt47 private val heapDumpFile: File in <lambda>() constant in leakcanary.internal.activity.screen.HprofExplorerScreen