Home
last modified time | relevance | path

Searched refs:active_ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dmarking-worklist.cc113 active_ = std::move(shared); in Local()
124 active_ = std::move(*active_owner_); in Local()
130 DCHECK(active_.IsLocalEmpty()); in ~Local()
141 active_.Publish(); in Publish()
157 if (!active_.IsLocalEmpty() || !on_hold_.IsLocalEmpty() || in IsEmpty()
158 !active_.IsGlobalEmpty() || !on_hold_.IsGlobalEmpty()) { in IsEmpty()
183 if (!active_.IsLocalEmpty() && active_.IsGlobalEmpty()) { in ShareWork()
184 active_.Publish(); in ShareWork()
197 ? &active_ in MergeOnHold()
[all...]
H A Dmarking-worklist-inl.h32 void MarkingWorklists::Local::Push(HeapObject object) { active_.Push(object); } in Push()
35 if (active_.Pop(object)) return true; in Pop()
88 *active_owner_ = std::move(active_); in SwitchToContext()
91 active_ = std::move(*worklist); in SwitchToContext()
H A Dmarking-worklist.h139 // pushing and popping entries, the active_ worklist is not a pointer to
143 // been moved to active_.
200 MarkingWorklist::Local active_; member in v8::internal::MarkingWorklists::Local
/third_party/node/src/
H A Dsignal_wrap.cc98 if (active_) {
100 active_ = false;
134 CHECK(!wrap->active_); in Start()
135 wrap->active_ = true; in Start()
147 if (wrap->active_) { in Stop()
148 wrap->active_ = false; in Stop()
157 bool active_ = false; member in node::__anon15445::SignalWrap
H A Dutil.h562 bool active_; member
564 explicit OnScopeLeaveImpl(Fn&& fn) : fn_(std::move(fn)), active_(true) {} in OnScopeLeaveImpl()
565 ~OnScopeLeaveImpl() { if (active_) fn_(); } in ~OnScopeLeaveImpl()
570 : fn_(std::move(other.fn_)), active_(other.active_) { in OnScopeLeaveImpl()
571 other.active_ = false; in OnScopeLeaveImpl()
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.h55 bool IsActive() const { return active_.load(std::memory_order_relaxed); } in IsActive()
84 active_.store(value, std::memory_order_relaxed); in SetActive()
92 std::atomic_bool active_{false};
/third_party/ffmpeg/libavcodec/
H A Dcbs_h2645.c678 if (priv->ps_var[id] == priv->active_ ## ps_var) \
679 priv->active_ ## ps_var = NULL ; \
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc312 BootstrapperActive active_; member in v8::internal::Genesis
6292 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
6431 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()

Completed in 16 milliseconds