Home
last modified time | relevance | path

Searched refs:AtomicValue (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.h175 base::AtomicValue<v8::MemoryPressureLevel> memory_pressure_level_;
202 base::AtomicValue<bool> block_for_testing_;
/external/v8/src/zone/
Daccounting-allocator.h84 base::AtomicValue<MemoryPressureLevel> memory_pressure_level_;
/external/v8/src/base/
Datomic-utils.h20 class AtomicValue {
22 AtomicValue() : value_(0) {} in AtomicValue() function
24 explicit AtomicValue(T initial) in AtomicValue() function
/external/v8/src/
Dlocked-queue-inl.h18 base::AtomicValue<Node*> next;
Dcancelable-task.h124 base::AtomicValue<Status> status_;
Dcounters.h700 base::AtomicValue<RuntimeCallTimer*> parent_;
1069 base::AtomicValue<RuntimeCallTimer*> current_timer_;
1071 base::AtomicValue<RuntimeCallCounter*> current_counter_;
Disolate.h1709 base::AtomicValue<RAILMode> rail_mode_;
/external/v8/src/libsampler/
Dsampler.cc186 typedef base::AtomicValue<bool> AtomicMutex;