Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.h24 void DumpHeap(const char* filename, int fd, bool direct_to_ddms);
Dhprof.cc411 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof() argument
414 direct_to_ddms_(direct_to_ddms), in Hprof()
1215 void DumpHeap(const char* filename, int fd, bool direct_to_ddms) { in DumpHeap() argument
1226 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap()