Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.h42 if (subtle::NoBarrier_Load(&capture_mode_) == in capture_mode()
50 return static_cast<CaptureMode>(subtle::Acquire_Load(&capture_mode_)); in capture_mode()
90 static subtle::Atomic32 capture_mode_; variable
Dheap_profiler_allocation_context_tracker.cc23 subtle::Atomic32 AllocationContextTracker::capture_mode_ = member in base::trace_event::AllocationContextTracker
107 subtle::Release_Store(&capture_mode_, static_cast<int32_t>(mode)); in SetCaptureMode()
169 subtle::NoBarrier_Load(&capture_mode_)); in GetContextSnapshot()