Home
last modified time | relevance | path

Searched refs:dumpHprofData (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityLeakTests.java168 Log.w(TAG, violation.toString() + ", " + dumpHprofData()); in enableStrictMode()
173 private String dumpHprofData() { in dumpHprofData() method in ActivityLeakTests.DetectLeakActivity
176 Debug.dumpHprofData(fileName); in dumpHprofData()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
H A DMemoryTrackingTestCase.java84 Debug.dumpHprofData(path.getPath()); in dump()
/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java2075 public static void dumpHprofData(String fileName) throws IOException { in dumpHprofData() method in Debug
2076 VMDebug.dumpHprofData(fileName); in dumpHprofData()
2088 public static void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in Debug
2090 VMDebug.dumpHprofData(fileName, fd); in dumpHprofData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java97 android.os.Debug.dumpHprofData(path); // will block in captureHeaps()
H A DLeakReporter.java84 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DCancellationSignalBeamerTest.java202 Debug.dumpHprofData(heap.getAbsolutePath()); in waitForWithGc()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java590 Debug.dumpHprofData(filename); in dumpHprof()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java6484 Debug.dumpHprofData(dhd.path, fd.getFileDescriptor()); in handleDumpHeap()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32792 method public static void dumpHprofData(String) throws java.io.IOException;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35787 Landroid/os/Debug;->dumpHprofData(Ljava/lang/String;Ljava/io/FileDescriptor;)V