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

  /external/v8/src/heap/
incremental-marking.cc 92 if (need_recording && WhiteToGreyAndPush(value_heap_obj)) {
126 bool IncrementalMarking::WhiteToGreyAndPush(HeapObject* obj) {
234 heap_->incremental_marking()->WhiteToGreyAndPush(HeapObject::cast(obj));
517 WhiteToGreyAndPush(map);
748 WhiteToGreyAndPush(map);
768 WhiteToGreyAndPush(map);
    [all...]
incremental-marking.h 220 bool WhiteToGreyAndPush(HeapObject* obj);
heap.cc     [all...]

Completed in 1552 milliseconds