Home | History | Annotate | Download | only in os

Lines Matching defs:dumpHprofData

1831     public static void dumpHprofData(String fileName) throws IOException {
1832 VMDebug.dumpHprofData(fileName);
1836 * Like dumpHprofData(String), but takes an already-opened
1844 public static void dumpHprofData(String fileName, FileDescriptor fd)
1846 VMDebug.dumpHprofData(fileName, fd);