Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h408 struct TypedSlot { struct
409 TypedSlot() : type_and_offset_(0), host_offset_(0) {} in TypedSlot() argument
411 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) in TypedSlot() function
416 bool operator==(const TypedSlot other) {
421 bool operator!=(const TypedSlot other) { return !(*this == other); }
441 void Set(TypedSlot slot) { in Set() argument
475 TypedSlot slot(type, host_offset, offset); in Insert() argument
507 TypedSlot* buf = chunk->buffer(); in Iterate()
557 TypedSlot* buf = chunk->buffer(); in RemoveInvaldSlots()
589 buffer_ = NewArray<TypedSlot>(chunk_capacity); in Chunk()
[all …]