Searched defs:TypedSlot (Results 1 – 1 of 1) sorted by relevance
408 struct TypedSlot { struct409 TypedSlot() : type_and_offset_(0), host_offset_(0) {} in TypedSlot() function411 TypedSlot(SlotType type, uint32_t host_offset, uint32_t offset) in TypedSlot() argument441 void Set(TypedSlot slot) { in Set() argument459 explicit TypedSlotSet(Address page_start) in TypedSlotSet() argument475 TypedSlot slot(type, host_offset, offset); in Insert() argument