Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.h24 void DumpHeap(const char* filename, int fd, bool direct_to_ddms);
Dhprof.cc386 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/
Dtrace.h57 bool direct_to_ddms, bool sampling_enabled, int interval_us)
Dtrace.cc328 bool direct_to_ddms, bool sampling_enabled, int interval_us) { in Start() argument
348 if (!direct_to_ddms) { in Start()