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

  /external/chromium_org/v8/src/
incremental-marking-inl.h 48 WhiteToGreyAndPush(value_heap_obj, value_bit);
137 void IncrementalMarking::WhiteToGreyAndPush(HeapObject* obj, MarkBit mark_bit) {
incremental-marking.h 164 inline void WhiteToGreyAndPush(HeapObject* obj, MarkBit mark_bit);
incremental-marking.cc 324 heap->incremental_marking()->WhiteToGreyAndPush(heap_object, mark_bit);
370 incremental_marking_->WhiteToGreyAndPush(heap_object, mark_bit);
725 WhiteToGreyAndPush(map, map_mark_bit);
    [all...]
mark-compact.cc 628 heap_->incremental_marking()->WhiteToGreyAndPush(
    [all...]
  /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 1454 milliseconds