Searched refs:kOtherContext (Results 1 – 3 of 3) sorted by relevance
38 if (cw.context == kSharedContext || cw.context == kOtherContext) { in Clear()60 context_worklists_.push_back({kOtherContext, &other_}); in CreateContextWorklists()101 constexpr Address MarkingWorklists::Local::kOtherContext; member in v8::internal::MarkingWorklists::Local228 SwitchToContext(kOtherContext, worklist_by_context_[kOtherContext].get()); in SwitchToContextSlow()
77 static const Address kOtherContext = 8; variable147 static constexpr Address kOtherContext = MarkingWorklists::kOtherContext; variable
24 if (cw.context == kSharedContext || cw.context == kOtherContext) { in Update()