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/
Dmarking-state.h43 return not_fully_constructed_worklist_; in not_fully_constructed_worklist()
55 not_fully_constructed_worklist_; variable
62 not_fully_constructed_worklist_( in MarkingStateBase()
77 not_fully_constructed_worklist_.Push<AccessMode::kAtomic>(&header); in MarkAndPush()
284 not_fully_constructed_worklist_.Push<AccessMode::kAtomic>(&header); in ProcessWeakContainer()
Dmarking-worklists.h92 return &not_fully_constructed_worklist_; in not_fully_constructed_worklist()
124 NotFullyConstructedWorklist not_fully_constructed_worklist_; variable
Dmarking-worklists.cc15 not_fully_constructed_worklist_.Clear(); in ClearForTesting()
Dmarking-state.cc17 not_fully_constructed_worklist_.Extract<AccessMode::kAtomic>(); in FlushNotFullyConstructedObjects()