Home
last modified time | relevance | path

Searched refs:IsGlobalEmpty (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmarking-worklist.cc158 !active_.IsGlobalEmpty() || !on_hold_.IsGlobalEmpty()) { in IsEmpty()
166 !(cw.second->IsLocalEmpty() && cw.second->IsGlobalEmpty())) { in IsEmpty()
183 if (!active_.IsLocalEmpty() && active_.IsGlobalEmpty()) { in ShareWork()
188 if (!shared->IsLocalEmpty() && shared->IsGlobalEmpty()) { in ShareWork()
Dscavenger-inl.h51 return regular_object_promotion_list_local_.IsGlobalEmpty() && in IsGlobalPoolEmpty()
52 large_object_promotion_list_local_.IsGlobalEmpty(); in IsGlobalPoolEmpty()
/third_party/node/deps/v8/src/heap/cppgc/
Dmarking-state.cc28 if (!discovered_ephemeron_pairs_worklist_.IsGlobalEmpty()) { in FlushDiscoveredEphemeronPairs()
/third_party/node/deps/v8/src/heap/base/
Dworklist.h297 bool IsGlobalEmpty() const;
413 return IsLocalEmpty() && IsGlobalEmpty(); in IsLocalAndGlobalEmpty()
422 bool Worklist<EntryType, SegmentSize>::Local::IsGlobalEmpty() const { in IsGlobalEmpty() function