Home | History | Annotate | Download | only in os

Lines Matching defs:dumpHprofData

1855     public static void dumpHprofData(String fileName) throws IOException {
1856 VMDebug.dumpHprofData(fileName);
1860 * Like dumpHprofData(String), but takes an already-opened
1868 public static void dumpHprofData(String fileName, FileDescriptor fd)
1870 VMDebug.dumpHprofData(fileName, fd);