Home
last modified time | relevance | path

Searched refs:ignore_scope_depth_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.h75 void begin_ignore_scope() { ignore_scope_depth_++; } in begin_ignore_scope()
77 if (ignore_scope_depth_) in end_ignore_scope()
78 ignore_scope_depth_--; in end_ignore_scope()
113 uint32_t ignore_scope_depth_; variable
Dheap_profiler_allocation_context_tracker.cc84 : thread_name_(nullptr), ignore_scope_depth_(0) { in AllocationContextTracker()
160 if (ignore_scope_depth_) in GetContextSnapshot()
172 ignore_scope_depth_++; in GetContextSnapshot()
176 ignore_scope_depth_--; in GetContextSnapshot()