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

  /art/runtime/
trace.h 51 kTraceCountAllocs = 1,
trace.cc 376 enable_stats = (flags && kTraceCountAllocs) != 0;
417 stop_alloc_counting = (the_trace->flags_ & kTraceCountAllocs) != 0;
534 if ((flags_ & kTraceCountAllocs) != 0) {

Completed in 42 milliseconds