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

  /art/runtime/gc/space/
space.cc 115 temp_bitmap_.reset(mark_bitmap);
121 return temp_bitmap_.get() != nullptr;
127 accounting::ContinuousSpaceBitmap* new_bitmap = temp_bitmap_.release();
131 DCHECK(temp_bitmap_.get() == nullptr);
malloc_space.cc 260 if (temp_bitmap_.get() != nullptr) {
262 temp_bitmap_->SetHeapSize(new_capacity);
space.h 445 std::unique_ptr<accounting::ContinuousSpaceBitmap> temp_bitmap_; member in class:art::gc::space::ContinuousMemMapAllocSpace

Completed in 154 milliseconds