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

  /external/v8/src/
incremental-marking-inl.h 120 void IncrementalMarking::WhiteToGreyAndPush(HeapObject* obj, MarkBit mark_bit) {
incremental-marking.h 155 inline void WhiteToGreyAndPush(HeapObject* obj, MarkBit mark_bit);
incremental-marking.cc 243 incremental_marking_->WhiteToGreyAndPush(heap_object, mark_bit);
282 incremental_marking_->WhiteToGreyAndPush(heap_object, mark_bit);
820 WhiteToGreyAndPush(map, map_mark_bit);
mark-compact.cc 407 heap_->incremental_marking()->WhiteToGreyAndPush(
    [all...]

Completed in 66 milliseconds