Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h332 struct TypedSlot { struct
333 TypedSlot() { in TypedSlot() function
338 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) { in TypedSlot() argument
344 bool operator==(const TypedSlot other) {
349 bool operator!=(const TypedSlot other) { return !(*this == other); }
363 void Set(TypedSlot slot) { in Set() argument
396 TypedSlot slot(type, host_offset, offset); in Insert() argument
428 TypedSlot* buffer = chunk->buffer.Value(); in Iterate()
479 TypedSlot* buffer = chunk->buffer.Value(); in RemoveInvaldSlots()
513 buffer.SetValue(NewArray<TypedSlot>(chunk_capacity)); in Chunk()
[all …]