Searched refs:MakeSlotValue (Results 1 – 1 of 1) sorted by relevance
3154 typename TSlot::TObject MakeSlotValue(HeapObject heap_object);3157 Object MakeSlotValue<ObjectSlot, HeapObjectReferenceType::STRONG>( in MakeSlotValue() function3163 MaybeObject MakeSlotValue<MaybeObjectSlot, HeapObjectReferenceType::STRONG>( in MakeSlotValue() function3169 MaybeObject MakeSlotValue<MaybeObjectSlot, HeapObjectReferenceType::WEAK>( in MakeSlotValue() function3175 Object MakeSlotValue<OffHeapObjectSlot, HeapObjectReferenceType::STRONG>( in MakeSlotValue() function3182 Object MakeSlotValue<FullObjectSlot, HeapObjectReferenceType::STRONG>( in MakeSlotValue() function3188 MaybeObject MakeSlotValue<FullMaybeObjectSlot, HeapObjectReferenceType::STRONG>( in MakeSlotValue() function3219 typename TSlot::TObject target = MakeSlotValue<TSlot, reference_type>( in UpdateSlot()