Searched refs:dumpHprofData (Results 1 – 7 of 7) sorted by relevance
884 public static void dumpHprofData(String fileName) throws IOException { in dumpHprofData() method in Debug885 VMDebug.dumpHprofData(fileName); in dumpHprofData()897 public static void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in Debug899 VMDebug.dumpHprofData(fileName, fd); in dumpHprofData()
51 android.os.Debug#dumpHprofData(java.lang.String)52 android.os.Debug.dumpHprofData(String filename)}. The {@link android.os.Debug}72 "dumpHprofData", new Class[] { String.class } );79 private static void dumpHprofData(String fileName) throws IOException {104 dumpHprofData("/sdcard/dump.hprof");
166 Debug.dumpHprofData(fileName); in handleHPDU()
179 NO DOC BLOCK: android.os.Debug Method dumpHprofData(java.lang.String)180 NO DOC BLOCK: dalvik.system.VMDebug Method dumpHprofData(java.lang.String)
3636 Debug.dumpHprofData(dhd.path, dhd.fd.getFileDescriptor()); in handleDumpHeap()
14504 method public static void dumpHprofData(java.lang.String) throws java.io.IOException;