Home
last modified time | relevance | path

Searched refs:active_owner_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmarking-worklist-inl.h88 *active_owner_ = std::move(active_); in SwitchToContext()
90 active_owner_ = worklist; in SwitchToContext()
Dmarking-worklist.cc115 active_owner_ = nullptr; in Local()
123 active_owner_ = worklist_by_context_[kSharedContext].get(); in Local()
124 active_ = std::move(*active_owner_); in Local()
Dmarking-worklist.h202 MarkingWorklist::Local* active_owner_; variable