Searched refs:direct_to_ddms (Results 1 – 4 of 4) sorted by relevance
/art/runtime/hprof/ |
D | hprof.h | 24 void DumpHeap(const char* filename, int fd, bool direct_to_ddms);
|
D | hprof.cc | 386 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof() argument 389 direct_to_ddms_(direct_to_ddms), in Hprof() 1098 void DumpHeap(const char* filename, int fd, bool direct_to_ddms) { in DumpHeap() argument 1102 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap()
|
/art/runtime/ |
D | trace.h | 57 bool direct_to_ddms, bool sampling_enabled, int interval_us)
|
D | trace.cc | 328 bool direct_to_ddms, bool sampling_enabled, int interval_us) { in Start() argument 348 if (!direct_to_ddms) { in Start()
|