Searched refs:active_owner_ (Results 1 – 3 of 3) sorted by relevance
88 *active_owner_ = std::move(active_); in SwitchToContext()90 active_owner_ = worklist; in SwitchToContext()
115 active_owner_ = nullptr; in Local()123 active_owner_ = worklist_by_context_[kSharedContext].get(); in Local()124 active_ = std::move(*active_owner_); in Local()
202 MarkingWorklist::Local* active_owner_; variable