HomeSort by relevance Sort by last modified time
    Searched refs:UpdatePointer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
liveobjectlist.h 228 void VisitPointer(Object** p) { UpdatePointer(p); }
232 for (Object** p = start; p < end; p++) UpdatePointer(p);
238 void UpdatePointer(Object** p) {
mark-compact.cc     [all...]

Completed in 91 milliseconds