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

  /external/chromium_org/v8/src/
incremental-marking-inl.h 25 WhiteToGreyAndPush(value_heap_obj, value_bit);
114 void IncrementalMarking::WhiteToGreyAndPush(HeapObject* obj, MarkBit mark_bit) {
incremental-marking.h 137 inline void WhiteToGreyAndPush(HeapObject* obj, MarkBit mark_bit);
incremental-marking.cc 273 heap->incremental_marking()->WhiteToGreyAndPush(heap_object, mark_bit);
319 incremental_marking_->WhiteToGreyAndPush(heap_object, mark_bit);
672 WhiteToGreyAndPush(map, map_mark_bit);
    [all...]
mark-compact.cc 682 heap_->incremental_marking()->WhiteToGreyAndPush(
    [all...]

Completed in 186 milliseconds