HomeSort by relevance Sort by last modified time
    Searched refs:DumpHeap (Results 1 - 3 of 3) sorted by null

  /art/runtime/hprof/
hprof.h 24 void DumpHeap(const char* filename, int fd, bool direct_to_ddms);
hprof.cc     [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 256 hprof::DumpHeap(filename.c_str(), fd, false);
260 hprof::DumpHeap("[DDMS]", -1, true);

Completed in 67 milliseconds