Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.h24 void DumpHeap(const char* filename, int fd, bool direct_to_ddms);
Dhprof.cc1601 void DumpHeap(const char* filename, int fd, bool direct_to_ddms) { in DumpHeap() function
/art/runtime/native/
Ddalvik_system_VMDebug.cc271 hprof::DumpHeap(filename.c_str(), fd, false); in VMDebug_dumpHprofData()
275 hprof::DumpHeap("[DDMS]", -1, true); in VMDebug_dumpHprofDataDdms()