Searched refs:UpdateSlot (Results 1 – 1 of 1) sorted by relevance
2824 static inline SlotCallbackResult UpdateSlot(Object** slot) { in UpdateSlot() function2852 void VisitPointer(Object** p) override { UpdateSlot(p); } in VisitPointer()2855 for (Object** p = start; p < end; p++) UpdateSlot(p); in VisitPointers()2859 UpdateTypedSlotHelper::UpdateCell(rinfo, UpdateSlot); in VisitCell()2863 UpdateTypedSlotHelper::UpdateEmbeddedPointer(rinfo, UpdateSlot); in VisitEmbeddedPointer()2867 UpdateTypedSlotHelper::UpdateCodeTarget(rinfo, UpdateSlot); in VisitCodeTarget()2871 UpdateTypedSlotHelper::UpdateCodeEntry(entry_address, UpdateSlot); in VisitCodeEntry()2875 UpdateTypedSlotHelper::UpdateDebugTarget(rinfo, UpdateSlot); in VisitDebugTarget()3531 return UpdateSlot(reinterpret_cast<Object**>(slot)); in UpdateUntypedPointers()3542 UpdateSlot); in UpdateTypedPointers()