Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmarking-worklist.h171 bool IsWrapperEmpty() const;
Dmarking-worklist.cc174 bool MarkingWorklists::Local::IsWrapperEmpty() const { in IsWrapperEmpty() function in v8::internal::MarkingWorklists::Local
Dincremental-marking.cc548 DCHECK(local_marking_worklists()->IsWrapperEmpty()); in EmbedderStep()
Dmark-compact.cc2055 !local_marking_worklists()->IsWrapperEmpty() || in ProcessEphemeronsUntilFixpoint()
2177 !local_marking_worklists()->IsWrapperEmpty() || in ProcessEphemeronsLinear()
2199 DCHECK(local_marking_worklists()->IsWrapperEmpty()); in PerformWrapperTracing()
2429 !local_marking_worklists()->IsWrapperEmpty()); in MarkLiveObjects()
2430 DCHECK(local_marking_worklists()->IsWrapperEmpty()); in MarkLiveObjects()
2473 DCHECK(local_marking_worklists()->IsWrapperEmpty()); in MarkLiveObjects()