Searched refs:dumpHprofData (Results 1 – 3 of 3) sorted by relevance
345 public static void dumpHprofData(String filename) throws IOException { in dumpHprofData() method in VMDebug349 dumpHprofData(filename, null); in dumpHprofData()370 public static void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in VMDebug372 dumpHprofData(fileName, fd != null ? fd.getInt$() : -1); in dumpHprofData()375 private static native void dumpHprofData(String fileName, int fd) in dumpHprofData() method in VMDebug
39 Debug.dumpHprofData(dumpFile.getCanonicalPath()); in takeMeasurement()
624 method public static void dumpHprofData(String) throws java.io.IOException;625 …method public static void dumpHprofData(String, java.io.FileDescriptor) throws java.io.IOException;