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

  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.h 75 void begin_ignore_scope() { ignore_scope_depth_++; }
77 if (ignore_scope_depth_)
78 ignore_scope_depth_--;
113 uint32_t ignore_scope_depth_; member in class:base::trace_event::AllocationContextTracker
heap_profiler_allocation_context_tracker.cc 84 : thread_name_(nullptr), ignore_scope_depth_(0) {
160 if (ignore_scope_depth_)
172 ignore_scope_depth_++;
176 ignore_scope_depth_--;

Completed in 423 milliseconds