Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.h36 if (subtle::NoBarrier_Load(&capture_enabled_) == 0) in capture_enabled()
43 return subtle::Acquire_Load(&capture_enabled_) != 0; in capture_enabled()
62 static subtle::Atomic32 capture_enabled_; variable
Dheap_profiler_allocation_context_tracker.cc17 subtle::Atomic32 AllocationContextTracker::capture_enabled_ = 0; member in base::trace_event::AllocationContextTracker
56 subtle::Release_Store(&capture_enabled_, enabled); in SetCaptureEnabled()