Home
last modified time | relevance | path

Searched refs:fully_populated_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-start-bitmap.h91 // `fully_populated_` is used to denote that the bitmap is popluated with all
101 bool fully_populated_ = false; member in cppgc::internal::ObjectStartBitmap
115 DCHECK(fully_populated_); in FindHeader()
209 DCHECK(!fully_populated_); in MarkAsFullyPopulated()
210 fully_populated_ = true; in MarkAsFullyPopulated()
214 fully_populated_ = false; in Clear()

Completed in 1 milliseconds