Searched refs:UpdateSlot (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/src/heap/ |
D | mark-compact.cc | 3013 static inline void UpdateSlot(Heap* heap, Object** slot) { in UpdateSlot() function in v8::internal::PointersUpdatingVisitor 3032 inline void UpdatePointer(Object** p) { UpdateSlot(heap_, p); } in UpdatePointer() 3229 static inline void UpdateSlot(Isolate* isolate, ObjectVisitor* v, in UpdateSlot() function 4509 PointersUpdatingVisitor::UpdateSlot(heap, slot); in UpdateSlots() 4513 UpdateSlot(heap->isolate(), &v, DecodeSlotType(slot), in UpdateSlots() 4527 PointersUpdatingVisitor::UpdateSlot(heap, slot); in UpdateSlotsWithFilter() 4534 UpdateSlot(heap->isolate(), &v, DecodeSlotType(slot), in UpdateSlotsWithFilter()
|