Home
last modified time | relevance | path

Searched defs: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
441 void Set(TypedSlot slot) { in Set() argument
459 explicit TypedSlotSet(Address page_start) in TypedSlotSet() argument
475 TypedSlot slot(type, host_offset, offset); in Insert() argument