Searched refs:dumpHprofData (Results 1 – 8 of 8) sorted by relevance
1933 public static void dumpHprofData(String fileName) throws IOException { in dumpHprofData() method in Debug1934 VMDebug.dumpHprofData(fileName); in dumpHprofData()1946 public static void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in Debug1948 VMDebug.dumpHprofData(fileName, fd); in dumpHprofData()
166 Debug.dumpHprofData(fileName); in handleHPDU()
81 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()
103 android.os.Debug.dumpHprofData(path); // will block in captureHeaps()
5844 Debug.dumpHprofData(dhd.path, fd.getFileDescriptor()); in handleDumpHeap()
53196 Landroid/os/Debug;->dumpHprofData(Ljava/lang/String;Ljava/io/FileDescriptor;)V109668 Ldalvik/system/VMDebug;->dumpHprofData(Ljava/lang/String;)V109669 Ldalvik/system/VMDebug;->dumpHprofData(Ljava/lang/String;I)V109670 Ldalvik/system/VMDebug;->dumpHprofData(Ljava/lang/String;Ljava/io/FileDescriptor;)V
21578 method public static void dumpHprofData(java.lang.String) throws java.io.IOException;
34284 method public static void dumpHprofData(String) throws java.io.IOException;