Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dmarker.cc164 if (!marking_worklists_.not_fully_constructed_worklist()->IsEmpty()) { in ~MarkerBase()
168 mutator_marking_state_.not_fully_constructed_worklist().Extract(); in ~MarkerBase()
171 marking_worklists_.not_fully_constructed_worklist()->Clear(); in ~MarkerBase()
461 DCHECK(marking_worklists_.not_fully_constructed_worklist()->IsEmpty()); in JoinConcurrentMarkingIfNeeded()
619 mutator_marking_state_.not_fully_constructed_worklist().Extract(); in MarkNotFullyConstructedObjects()
Dmarking-state.h42 not_fully_constructed_worklist() { in not_fully_constructed_worklist() function
63 *marking_worklists.not_fully_constructed_worklist()) {} in MarkingStateBase()
Dmarker.h207 mutator_marking_state_.not_fully_constructed_worklist() in WriteBarrierForInConstructionObject()
Dmarking-worklists.h91 NotFullyConstructedWorklist* not_fully_constructed_worklist() { in not_fully_constructed_worklist() function