Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc360 enable_stats = (flags && kTraceCountAllocs) != 0; in Start()
415 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in StopTracing()
504 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in Pause()
540 bool enable_stats = (the_trace->flags_ && kTraceCountAllocs) != 0; in Resume()
705 if ((flags_ & kTraceCountAllocs) != 0) { in FinishTracing()
Dtrace.h97 kTraceCountAllocs = 1, enumerator