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

  /art/runtime/
trace.h 97 kTraceCountAllocs = 1,
trace.cc 359 enable_stats = (flags && kTraceCountAllocs) != 0;
411 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0;
496 stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0;
532 bool enable_stats = (the_trace->flags_ && kTraceCountAllocs) != 0;
692 if ((flags_ & kTraceCountAllocs) != 0) {
    [all...]

Completed in 156 milliseconds