HomeSort by relevance Sort by last modified time
    Searched refs:kTraceCountAllocs (Results 1 - 2 of 2) sorted by null

  /art/runtime/
trace.cc 367 enable_stats = (flags && kTraceCountAllocs) != 0;
422 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0;
511 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0;
547 bool enable_stats = (the_trace->flags_ && kTraceCountAllocs) != 0;
692 if ((flags_ & kTraceCountAllocs) != 0) {
    [all...]
trace.h 99 kTraceCountAllocs = 1,

Completed in 49 milliseconds