Home
last modified time | relevance | path

Searched refs:ObjectStartIndexAndBit (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dobject-start-bitmap.h81 inline void ObjectStartIndexAndBit(Address, size_t*, size_t*) const;
120 ObjectStartIndexAndBit(base_ptr, &cell_index, &object_bit); in SetBit()
127 ObjectStartIndexAndBit(base_ptr, &cell_index, &object_bit); in ClearBit()
134 ObjectStartIndexAndBit(base_ptr, &cell_index, &object_bit); in CheckBit()
149 void ObjectStartBitmap::ObjectStartIndexAndBit(Address base_ptr, in ObjectStartIndexAndBit() function
/third_party/node/deps/v8/src/heap/cppgc/
Dobject-start-bitmap.h88 inline void ObjectStartIndexAndBit(ConstAddress, size_t*, size_t*) const;
138 ObjectStartIndexAndBit(header_address, &cell_index, &object_bit); in SetBit()
147 ObjectStartIndexAndBit(header_address, &cell_index, &object_bit); in ClearBit()
155 ObjectStartIndexAndBit(header_address, &cell_index, &object_bit); in CheckBit()
178 void ObjectStartBitmap::ObjectStartIndexAndBit(ConstAddress header_address, in ObjectStartIndexAndBit() function