/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/ |
H A D | HeapAnalysis.kt | 16 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 D | StripHprofCommand.kt | 13 val heapDumpFile = retrieveHeapDumpFile(context.sharkCliParams) in run() constant
|
H A D | DeobfuscateHprofCommand.kt | 17 val heapDumpFile = retrieveHeapDumpFile(params) in run() constant
|
H A D | DumpProcessCommand.kt | 121 val heapDumpFile = File(workingDirectory, heapDumpFileName) in CliktCommand() constant
|
H A D | SharkCliCommand.kt | 68 private val heapDumpFile by option("--hprof", "-h", help = "path to a .hprof file").file( constant
|
H A D | InteractiveCommand.kt | 115 openHprof { graph, heapDumpFile -> in <lambda>() method 128 val heapDumpFile = retrieveHeapDumpFile(params) in <lambda>() constant
|
H A D | Neo4JCommand.kt | 93 val heapDumpFile = retrieveHeapDumpFile(params) in <lambda>() constant
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/androidTest/java/leakcanary/ |
H A D | IndexingTest.kt | 18 val heapDumpFile = File(context.filesDir, "AnalysisDurationTest.hprof") in <lambda>() constant
|
H A D | ProfiledTest.kt | 26 val heapDumpFile = File(context.filesDir, "ProfiledTest.hprof") in <lambda>() constant
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/androidTest/java/leakcanary/ |
H A D | AndroidExtensionsTest.kt | 23 val heapDumpFile = testFolder.newFile() in <lambda>() constant
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/main/java/leakcanary/ |
H A D | InstrumentationLeakDetector.kt | 105 val heapDumpFile = InstrumentationHeapDumpFileProvider().newHeapDumpFile() in detectLeaks() constant
|
H A D | AndroidDetectLeaksAssert.kt | 59 val heapDumpFile = InstrumentationHeapDumpFileProvider().newHeapDumpFile() in runLeakChecks() constant
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/ |
H A D | AndroidDebugHeapAnalyzer.kt | 54 val heapDumpFile = heapDumped.file in <lambda>() constant
|
H A D | HeapDumpTrigger.kt | 173 val heapDumpFile = directoryProvider.newHeapDumpFile() in <lambda>() constant
|
/aosp_15_r20/external/leakcanary2/shark-android/src/test/java/shark/ |
H A D | HprofRetainedHeapPerfTest.kt | 133 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 D | RealHeapAnalysisJob.kt | 124 var heapDumpFile = sensitiveHeapDumpFile in <lambda>() variable
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/ |
H A D | RenderHeapDumpScreen.kt | 29 private val heapDumpFile: File in <lambda>() constant in leakcanary.internal.activity.screen.RenderHeapDumpScreen
|
H A D | HprofExplorerScreen.kt | 47 private val heapDumpFile: File in <lambda>() constant in leakcanary.internal.activity.screen.HprofExplorerScreen
|