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 65 void begin_ignore_scope() { ignore_scope_depth_++; }
67 if (ignore_scope_depth_)
68 ignore_scope_depth_--;
102 uint32_t ignore_scope_depth_; member in class:base::trace_event::AllocationContextTracker
heap_profiler_allocation_context_tracker.cc 85 : thread_name_(nullptr), ignore_scope_depth_(0) {
161 if (ignore_scope_depth_) {
177 ignore_scope_depth_++;
181 ignore_scope_depth_--;

Completed in 712 milliseconds