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.cc437 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof() argument
440 direct_to_ddms_(direct_to_ddms) { in Hprof()
1601 void DumpHeap(const char* filename, int fd, bool direct_to_ddms) { in DumpHeap() argument
1610 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap()