/external/libchrome/base/sampling_heap_profiler/ |
D | lock_free_address_hash_set.h | 104 subtle::NoBarrier_Store(&key, reinterpret_cast<subtle::AtomicWord>(a_key)); in Node() 105 subtle::NoBarrier_Store(&next, 0); in Node() 119 subtle::NoBarrier_Store(&node->key, 0); in Remove()
|
D | lock_free_address_hash_set.cc | 52 subtle::NoBarrier_Store(&new_node->next, current_head); in Insert()
|
D | sampling_heap_profiler.cc | 184 base::subtle::NoBarrier_Store( in SamplingHeapProfiler()
|
/external/libchrome/base/ |
D | lazy_instance_unittest.cc | 210 base::subtle::NoBarrier_Store(&constructor_called_, 1); in BlockingConstructor() 219 base::subtle::NoBarrier_Store(&constructor_called_, 0); in ~BlockingConstructor() 220 base::subtle::NoBarrier_Store(&complete_construction_, 0); in ~BlockingConstructor() 230 base::subtle::NoBarrier_Store(&complete_construction_, 1); in CompleteConstructionNow()
|
D | atomicops_internals_atomicword_compat.h | 69 inline void NoBarrier_Store(volatile AtomicWord *ptr, AtomicWord value) { in NoBarrier_Store() function 70 NoBarrier_Store( in NoBarrier_Store()
|
D | atomicops.h | 113 void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value); 136 void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value);
|
D | atomicops_internals_x86_msvc.h | 83 inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) { in NoBarrier_Store() function 146 inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) { in NoBarrier_Store() function
|
D | atomicops_internals_portable.h | 116 inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) { in NoBarrier_Store() function 199 inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) { in NoBarrier_Store() function
|
D | atomicops_unittest.cc | 179 base::subtle::NoBarrier_Store(&value, kVal1); in TestStore() 181 base::subtle::NoBarrier_Store(&value, kVal2); in TestStore()
|
D | lazy_instance.h | 204 subtle::NoBarrier_Store(&me->private_instance_, 0); in OnExit()
|
/external/libchrome/base/metrics/ |
D | histogram_base.cc | 84 subtle::NoBarrier_Store(&flags_, old_flags | flags); in SetFlags() 89 subtle::NoBarrier_Store(&flags_, old_flags & ~flags); in ClearFlags()
|
D | persistent_histogram_allocator.cc | 421 subtle::NoBarrier_Store(&last_created_, histogram_ref); in AllocateHistogram() 494 subtle::NoBarrier_Store(&last_created_, 0); in ClearLastCreatedReferenceForTesting()
|
D | field_trial.cc | 1143 subtle::NoBarrier_Store(&new_entry->activated, in ClearParamsFromSharedMemoryForTesting() 1444 subtle::NoBarrier_Store(&entry->activated, trial_state.activated); in AddToAllocatorWhileLocked() 1477 subtle::NoBarrier_Store(&entry->activated, 1); in ActivateFieldTrialEntryWhileLocked()
|
/external/libchrome/base/threading/ |
D | thread_collision_warner.cc | 60 subtle::NoBarrier_Store(&valid_thread_id_, 0); in Leave()
|
/external/libchrome/base/task_scheduler/ |
D | lazy_task_runner.cc | 38 subtle::NoBarrier_Store(&state_, 0); in Reset()
|
/external/libchrome/base/memory/ |
D | singleton.h | 124 static void ResurrectForTesting() { subtle::NoBarrier_Store(&dead_, 0); } in ResurrectForTesting()
|
/external/libchrome/base/allocator/ |
D | allocator_shim.cc | 125 subtle::NoBarrier_Store(&g_chain_head, in RemoveAllocatorDispatchForTesting()
|
/external/libchrome/base/trace_event/ |
D | trace_log.cc | 329 subtle::NoBarrier_Store(&trace_event_override_, in SetAddTraceEventOverride() 624 subtle::NoBarrier_Store(&trace_options_, new_options); in SetEnabled()
|
D | trace_event.h | 255 base::subtle::NoBarrier_Store(&(var), (value))
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 14238 …<!-- void base::subtle::NoBarrier_Store(volatile base::subtle::Atomic64*, base::subtle::Atomic64) … 14239 …<function-decl name='NoBarrier_Store' filepath='./src/base/atomicops-internals-x86.h' line='215' c…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 8696 …<function-decl name='NoBarrier_Store' filepath='./src/base/atomicops-internals-x86.h' line='215' c…
|