Searched defs:ObjectSlot (Results 1 – 3 of 3) sorted by relevance
22 struct ObjectSlot { struct23 ObjectSlot* next; argument
1018 struct ObjectSlot { struct1023 void SetNext(ObjectSlot* slot, size_t size) in SetNext() argument
30 explicit ObjectSlot(uintptr_t slotAddr) : slotAddress_(slotAddr) {} in ObjectSlot() function