Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java1933 public static void dumpHprofData(String fileName) throws IOException { in dumpHprofData() method in Debug
1934 VMDebug.dumpHprofData(fileName); in dumpHprofData()
1946 public static void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in Debug
1948 VMDebug.dumpHprofData(fileName, fd); in dumpHprofData()
/frameworks/base/core/java/android/ddm/
DDdmHandleHeap.java166 Debug.dumpHprofData(fileName); in handleHPDU()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java81 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()
DDumpTruck.java103 android.os.Debug.dumpHprofData(path); // will block in captureHeaps()
/frameworks/base/core/java/android/app/
DActivityThread.java5844 Debug.dumpHprofData(dhd.path, fd.getFileDescriptor()); in handleDumpHeap()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt53196 Landroid/os/Debug;->dumpHprofData(Ljava/lang/String;Ljava/io/FileDescriptor;)V
109668 Ldalvik/system/VMDebug;->dumpHprofData(Ljava/lang/String;)V
109669 Ldalvik/system/VMDebug;->dumpHprofData(Ljava/lang/String;I)V
109670 Ldalvik/system/VMDebug;->dumpHprofData(Ljava/lang/String;Ljava/io/FileDescriptor;)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21578 method public static void dumpHprofData(java.lang.String) throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt34284 method public static void dumpHprofData(String) throws java.io.IOException;