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

  /art/runtime/gc/collector/
mark_sweep.cc 135 current_mark_bitmap_(NULL),
358 current_mark_bitmap_ = space->GetMarkBitmap();
359 CHECK(current_mark_bitmap_ != NULL);
401 accounting::SpaceBitmap* object_bitmap = current_mark_bitmap_;
426 accounting::SpaceBitmap* object_bitmap = current_mark_bitmap_;
488 accounting::SpaceBitmap* object_bitmap = current_mark_bitmap_;
    [all...]
mark_sweep.h 401 accounting::SpaceBitmap* current_mark_bitmap_; member in class:art::gc::collector::MarkSweep

Completed in 144 milliseconds