Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
H A Dobject-start-bitmap.h32 // ObjectStartBitmap does not support concurrent access and is used only by the
34 class V8_EXPORT_PRIVATE ObjectStartBitmap { class
44 explicit inline ObjectStartBitmap(size_t offset = 0);
90 ObjectStartBitmap::ObjectStartBitmap(size_t offset) : offset_(offset) { in ObjectStartBitmap() function in v8::internal::ObjectStartBitmap
94 Address ObjectStartBitmap::FindBasePtr(Address maybe_inner_ptr) const { in FindBasePtr()
118 void ObjectStartBitmap::SetBit(Address base_ptr) { in SetBit()
125 void ObjectStartBitmap::ClearBit(Address base_ptr) { in ClearBit()
132 bool ObjectStartBitmap::CheckBit(Address base_ptr) const { in CheckBit()
138 void ObjectStartBitmap
[all...]
H A Dmemory-chunk-layout.h75 FIELD(ObjectStartBitmap, ObjectStartBitmap),
H A Dmemory-chunk.h215 ObjectStartBitmap* object_start_bitmap() { return &object_start_bitmap_; } in object_start_bitmap()
291 ObjectStartBitmap object_start_bitmap_;
H A Dmemory-chunk.cc192 chunk->object_start_bitmap_ = ObjectStartBitmap(chunk->area_start()); in MemoryChunk()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-start-bitmap.h30 // ObjectStartBitmap supports concurrent reads from multiple threads but
32 class V8_EXPORT_PRIVATE ObjectStartBitmap { class
42 explicit inline ObjectStartBitmap(Address offset);
107 ObjectStartBitmap::ObjectStartBitmap(Address offset) : offset_(offset) { in ObjectStartBitmap() function in cppgc::internal::ObjectStartBitmap
113 HeapObjectHeader* ObjectStartBitmap::FindHeader( in FindHeader()
136 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()
160 void ObjectStartBitmap
[all...]

Completed in 3 milliseconds