Searched defs:CompressedObjectSlot (Results 1 – 3 of 3) sorted by relevance
26 CompressedObjectSlot() : SlotBase(kNullAddress) {} in CompressedObjectSlot() function27 explicit CompressedObjectSlot(Address ptr) : SlotBase(ptr) {} in CompressedObjectSlot() function28 explicit CompressedObjectSlot(Address* ptr) in CompressedObjectSlot() function31 explicit CompressedObjectSlot(Object const* const* ptr) in CompressedObjectSlot() function34 explicit CompressedObjectSlot(SlotBase<T, TData, kSlotDataAlignment> slot) in CompressedObjectSlot() function
21 CompressedObjectSlot::CompressedObjectSlot(Object* object) in CompressedObjectSlot() function
744 class CompressedObjectSlot; variable