Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmarking-worklist.cc38 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::Local
228 SwitchToContext(kOtherContext, worklist_by_context_[kOtherContext].get()); in SwitchToContextSlow()
Dmarking-worklist.h77 static const Address kOtherContext = 8; variable
147 static constexpr Address kOtherContext = MarkingWorklists::kOtherContext; variable
Dmarking-worklist-inl.h24 if (cw.context == kSharedContext || cw.context == kOtherContext) { in Update()