Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmarking-worklist.cc111 if (global->context_worklists().empty()) { in Local()
118 worklist_by_context_.reserve(global->context_worklists().size()); in Local()
119 for (auto& cw : global->context_worklists()) { in Local()
Dmarking-worklist.h95 const std::vector<ContextWorklistPair>& context_worklists() const { in context_worklists() function
Dconcurrent-marking.cc582 for (auto& worklist : marking_worklists_->context_worklists()) in GetMaxConcurrency()