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

  /art/runtime/gc/space/
space.cc 91 accounting::ContinuousSpaceBitmap* mark_bitmap = GetMarkBitmap();
113 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
127 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
space.h 300 virtual accounting::ContinuousSpaceBitmap* GetMarkBitmap() const = 0;
352 accounting::LargeObjectBitmap* GetMarkBitmap() const {
436 accounting::ContinuousSpaceBitmap* GetMarkBitmap() const OVERRIDE {
image_space.h 100 accounting::ContinuousSpaceBitmap* GetMarkBitmap() const OVERRIDE {
bump_pointer_space.h 97 accounting::ContinuousSpaceBitmap* GetMarkBitmap() const OVERRIDE {
malloc_space.cc 255 GetMarkBitmap()->SetHeapSize(new_capacity);
region_space.h 83 accounting::ContinuousSpaceBitmap* GetMarkBitmap() const OVERRIDE {
large_object_space.cc 603 accounting::LargeObjectBitmap* mark_bitmap = GetMarkBitmap();
  /art/runtime/gc/collector/
garbage_collector.cc 122 accounting::ContinuousSpaceBitmap* mark_bitmap = space->GetMarkBitmap();
125 heap_->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
134 accounting::LargeObjectBitmap* mark_set = space->GetMarkBitmap();
136 heap_->GetMarkBitmap()->ReplaceLargeObjectBitmap(mark_set, live_set);
immune_spaces.cc 109 if (space->GetLiveBitmap() != space->GetMarkBitmap()) {
mark_sweep.cc 135 mark_bitmap_ = heap_->GetMarkBitmap();
342 accounting::ContinuousSpaceBitmap* bitmap = space->GetMarkBitmap();
    [all...]
semi_space.cc 160 mark_bitmap_ = heap_->GetMarkBitmap();
533 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap();
738 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap();
    [all...]
concurrent_copying.cc 68 heap_mark_bitmap_ = heap->GetMarkBitmap();
313 DCHECK(collector_->heap_->GetMarkBitmap()->Test(obj))
    [all...]
immune_spaces_test.cc 183 accounting::ContinuousSpaceBitmap* GetMarkBitmap() const OVERRIDE {
mark_compact.cc 113 mark_bitmap_ = heap_->GetMarkBitmap();
  /art/runtime/gc/
heap.cc     [all...]
heap.h 555 accounting::HeapBitmap* GetMarkBitmap() SHARED_REQUIRES(Locks::heap_bitmap_lock_) {
    [all...]

Completed in 332 milliseconds