HomeSort by relevance Sort by last modified time
    Searched defs:VisitPointer (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
liveobjectlist.h 226 void VisitPointer(Object** p) { UpdatePointer(p); }
incremental-marking.cc 214 void VisitPointer(Object** p) {
260 void VisitPointer(Object** p) {
liveobjectlist.cc     [all...]
mark-compact.cc 1012 INLINE(static void VisitPointer(Heap* heap, Object** p)) {
    [all...]
heap.cc 965 void VisitPointer(Object** p) { ScavengePointer(p); }
    [all...]

Completed in 137 milliseconds