Searched refs:kSharedContext (Results 1 – 4 of 4) sorted by relevance
38 if (cw.context == kSharedContext || cw.context == kOtherContext) { in Clear()59 context_worklists_.push_back({kSharedContext, &shared_}); in CreateContextWorklists()100 constexpr Address MarkingWorklists::Local::kSharedContext; member in v8::internal::MarkingWorklists::Local114 active_context_ = kSharedContext; in Local()123 active_owner_ = worklist_by_context_[kSharedContext].get(); in Local()125 active_context_ = kSharedContext; in Local()186 if (is_per_context_mode_ && active_context_ != kSharedContext) { in ShareWork()187 MarkingWorklist::Local* shared = worklist_by_context_[kSharedContext].get(); in ShareWork()196 active_context_ == kSharedContext in MergeOnHold()198 : worklist_by_context_[kSharedContext].get(); in MergeOnHold()[all …]
76 static const Address kSharedContext = 0; variable146 static constexpr Address kSharedContext = MarkingWorklists::kSharedContext;
24 if (cw.context == kSharedContext || cw.context == kOtherContext) { in Update()82 return SwitchToContext(kSharedContext); in SwitchToShared()
227 request.shared = stats.Get(MarkingWorklists::kSharedContext); in FinishProcessing()