Home
last modified time | relevance | path

Searched refs:dumpHprofData (Results 1 – 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DVMDebug.java296 public static void dumpHprofData(String filename) throws IOException { in dumpHprofData() method in VMDebug
300 dumpHprofData(filename, null); in dumpHprofData()
319 public static native void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in VMDebug