Lines Matching full:heap_
56 rb_table_(heap_->GetReadBarrierTable()),
137 for (const auto& space : heap_->GetContinuousSpaces()) {
271 ThreadFlipVisitor thread_flip_visitor(this, heap_->use_tlab_);
273 heap_->ThreadFlipBegin(self); // Sync with JNI critical calls.
276 heap_->ThreadFlipEnd(self);
291 heap_->SwapStacks();
296 live_stack_freeze_size_ = heap_->GetLiveStack()->Size();
313 DCHECK(collector_->heap_->GetMarkBitmap()->Test(obj))
365 for (space::ContinuousSpace* space : heap_->GetContinuousSpaces()) {
543 heap_->rb_table_->ClearAll();
544 DCHECK(heap_->rb_table_->IsAllCleared());
650 return heap_->allocation_stack_.get();
654 return heap_->live_stack_.get();
794 heap_->GetMarkBitmap()->Visit(visitor);
799 for (auto* it = heap_->allocation_stack_->Begin(), *end = heap_->allocation_stack_->End();
1199 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
1203 heap_->MarkAllocStackAsLive(live_stack);
1224 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps));
1233 DCHECK(collector_->heap_->GetMarkBitmap()->Test(obj)) << obj;
1248 for (auto& space : heap_->GetContinuousSpaces()) {
1260 space::LargeObjectSpace* large_object_space = heap_->GetLargeObjectsSpace();
1329 LOG(INFO) << "(before) num_bytes_allocated=" << heap_->num_bytes_allocated_.LoadSequentiallyConsistent();
1333 LOG(INFO) << "(after) num_bytes_allocated=" << heap_->num_bytes_allocated_.LoadSequentiallyConsistent();
1354 heap_->UnBindBitmaps();
1409 CHECK(heap_->collector_type_ == kCollectorTypeCC) << static_cast<size_t>(heap_->collector_type_);
1456 CHECK(heap_->collector_type_ == kCollectorTypeCC) << static_cast<size_t>(heap_->collector_type_);
1806 if (heap_->use_tlab_) {
1820 to_ref = heap_->non_moving_space_->Alloc(Thread::Current(), obj_size,
1854 heap_->num_bytes_allocated_.FetchAndAddSequentiallyConsistent(bytes_allocated);
1862 DCHECK(heap_->non_moving_space_->HasAddress(to_ref));
1869 heap_->non_moving_space_->Free(Thread::Current(), to_ref);
1877 CHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref));
1898 DCHECK(heap_->non_moving_space_->HasAddress(to_ref));
1926 heap_->non_moving_space_->HasAddress(to_ref))
2081 heap_->ClearMarkedObjects();
2103 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, reference, this);