HomeSort by relevance Sort by last modified time
    Searched refs:NoBarrier_Load (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_pnacl.h 129 inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) {
212 inline Atomic64 NoBarrier_Load(volatile const Atomic64* ptr) {
atomicops_internals_power.h 196 inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) {
393 inline Atomic64 NoBarrier_Load(volatile const Atomic64* ptr) {
atomicops_internals_tsan.h 116 inline Atomic32 NoBarrier_Load(volatile const Atomic32 *ptr) {
178 inline Atomic64 NoBarrier_Load(volatile const Atomic64 *ptr) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_arm64_gcc.h 163 inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) {
299 inline Atomic64 NoBarrier_Load(volatile const Atomic64* ptr) {
atomicops_internals_pnacl.h 129 inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) {
212 inline Atomic64 NoBarrier_Load(volatile const Atomic64* ptr) {
atomicops_internals_power.h 196 inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) {
393 inline Atomic64 NoBarrier_Load(volatile const Atomic64* ptr) {
atomicops_internals_tsan.h 116 inline Atomic32 NoBarrier_Load(volatile const Atomic32 *ptr) {
178 inline Atomic64 NoBarrier_Load(volatile const Atomic64 *ptr) {
  /external/libchrome/base/
tracked_objects.cc 61 base::subtle::NoBarrier_Load(&g_profiler_timing_enabled);
136 base::subtle::NoBarrier_Load(&sample_probability_count_);
691 DCHECK_EQ(base::subtle::NoBarrier_Load(&status_), UNINITIALIZED);
696 DCHECK_EQ(base::subtle::NoBarrier_Load(&status_), DORMANT_DURING_TESTS);
707 DCHECK(base::subtle::NoBarrier_Load(&status_) != UNINITIALIZED);
    [all...]
atomicops_unittest.cc 205 EXPECT_EQ(kVal1, base::subtle::NoBarrier_Load(&value));
207 EXPECT_EQ(kVal2, base::subtle::NoBarrier_Load(&value));
  /external/libchrome/base/allocator/
allocator_shim.cc 75 // TODO(primiano): Just use NoBarrier_Load once crbug.com/593344 is fixed.
76 // Unfortunately due to that bug NoBarrier_Load() is mistakenly fully
82 subtle::NoBarrier_Load(&g_chain_head)
  /external/libchrome/base/metrics/
histogram_base.h 154 int32_t flags() const { return subtle::NoBarrier_Load(&flags_); }
persistent_histogram_allocator.h 300 return subtle::NoBarrier_Load(&last_created_);
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 169 subtle::NoBarrier_Load(&capture_mode_));
trace_log.h 399 subtle::NoBarrier_Load(&trace_options_));
433 return static_cast<int>(subtle::NoBarrier_Load(&generation_));
trace_log.cc 491 size_t category_index = base::subtle::NoBarrier_Load(&g_category_index);
580 size_t category_index = base::subtle::NoBarrier_Load(&g_category_index);
    [all...]
memory_dump_manager.cc 312 } else if (subtle::NoBarrier_Load(&memory_tracing_enabled_)) {
343 if (!UNLIKELY(subtle::NoBarrier_Load(&memory_tracing_enabled_)) ||
    [all...]
  /external/v8/src/ic/
ic-stats.cc 29 if (base::NoBarrier_Load(&enabled_) != 1) return;
  /external/v8/src/profiler/
cpu-profiler.h 141 INLINE(bool running()) { return !!base::NoBarrier_Load(&running_); }
cpu-profiler.cc 146 while (!!base::NoBarrier_Load(&running_)) {
  /external/v8/src/
isolate.h 219 base::NoBarrier_Store(&id_, base::NoBarrier_Load(&other.id_));
231 return base::NoBarrier_Load(&id_) == base::NoBarrier_Load(&other.id_);
236 return base::NoBarrier_Load(&id_) != kInvalidId;
241 int ToInteger() const { return static_cast<int>(base::NoBarrier_Load(&id_)); }
512 DCHECK(base::NoBarrier_Load(&isolate_key_created_) == 1);
    [all...]
v8threads.cc 62 return !!base::NoBarrier_Load(&g_locker_was_ever_used_);
log.cc 561 if (Succ(head_) == static_cast<int>(base::NoBarrier_Load(&tail_))) {
580 *sample = buffer_[base::NoBarrier_Load(&tail_)];
583 Succ(base::NoBarrier_Load(&tail_))));
721 while (base::NoBarrier_Load(&running_)) {
    [all...]
  /external/v8/src/base/
atomic-utils.h 78 return cast_helper<T>::to_return_type(base::NoBarrier_Load(&value_));
  /external/v8/src/libplatform/tracing/
tracing-controller.cc 147 size_t category_index = base::NoBarrier_Load(&g_category_index);
  /external/v8/src/debug/
debug.h 376 base::NoBarrier_Load(&thread_local_.current_debug_scope_));
388 return !!base::NoBarrier_Load(&thread_local_.current_debug_scope_);

Completed in 2251 milliseconds

1 2 34 5