Home
last modified time | relevance | path

Searched defs:header_address (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dobject-start-bitmap.h136 void ObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit()
145 void ObjectStartBitmap::ClearBit(ConstAddress header_address) { in ClearBit()
153 bool ObjectStartBitmap::CheckBit(ConstAddress header_address) const { in CheckBit()
178 void ObjectStartBitmap::ObjectStartIndexAndBit(ConstAddress header_address, in ObjectStartIndexAndBit()
252 void PlatformAwareObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit()
261 void PlatformAwareObjectStartBitmap::ClearBit(ConstAddress header_address) { in ClearBit()
Dcompactor.cc330 for (Address header_address = page->PayloadStart(); in CompactPage() local
Dsweeper.cc339 const Address header_address = reinterpret_cast<Address>(header); in SweepNormalPage() local