Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h107 kTraceCountAllocs = 0x001, enumerator
Dtrace.cc528 enable_stats = (flags & kTraceCountAllocs) != 0; in Start()
618 bool stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in StopTracing()
850 if ((flags_ & kTraceCountAllocs) != 0) { in FinishTracing()