Home
last modified time | relevance | path

Searched refs:UpdatePointer (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dliveobjectlist.h228 void VisitPointer(Object** p) { UpdatePointer(p); } in VisitPointer()
232 for (Object** p = start; p < end; p++) UpdatePointer(p); in VisitPointers()
238 void UpdatePointer(Object** p) { in UpdatePointer() function
Dmark-compact.cc2612 UpdatePointer(p); in VisitPointer()
2617 for (Object** p = start; p < end; p++) UpdatePointer(p); in VisitPointers()
2642 void UpdatePointer(Object** p) { in UpdatePointer() function in v8::internal::UpdatingVisitor