Searched defs:direct_to_ddms (Results 1 - 1 of 1) sorted by relevance

/art/runtime/hprof/
H A Dhprof.cc437 Hprof(const char* output_filename, int fd, bool direct_to_ddms) argument
440 direct_to_ddms_(direct_to_ddms) {
1597 // If "direct_to_ddms" is true, the other arguments are ignored, and data is
1601 void DumpHeap(const char* filename, int fd, bool direct_to_ddms) { argument
1610 Hprof hprof(filename, fd, direct_to_ddms);

Completed in 45 milliseconds