Searched defs:UpdateSlot (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc3013 static inline void UpdateSlot(Heap* heap, Object** slot) { function in class:v8::internal::PointersUpdatingVisitor
3032 inline void UpdatePointer(Object** p) { UpdateSlot(heap_, p); }
3229 static inline void UpdateSlot(Isolate* isolate, ObjectVisitor* v, function in namespace:v8::internal
4509 PointersUpdatingVisitor::UpdateSlot(heap, slot);
4513 UpdateSlot(heap->isolate(), &v, DecodeSlotType(slot),
4527 PointersUpdatingVisitor::UpdateSlot(heap, slot);
4534 UpdateSlot(heap->isolate(), &v, DecodeSlotType(slot),

Completed in 88 milliseconds