Home | History | Annotate | Download | only in collector

Lines Matching refs:GetHeap

87   for (const auto& space : GetHeap()->GetContinuousSpaces()) {
145 GetHeap()->PreGcVerification(this);
151 GetHeap()->PrePauseRosAllocVerification(this);
156 GetHeap()->PreGcVerificationPaused(this);
158 GetHeap()->PrePauseRosAllocVerification(this);
167 GetHeap()->PostGcVerification(this);
173 GetHeap()->GetReferenceProcessor()->ProcessReferences(
207 GetHeap()->GetReferenceProcessor()->EnableSlowPath();
298 GetHeap()->UnBindBitmaps();
304 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
375 space::LargeObjectSpace* large_object_space = mark_sweep_->GetHeap()->GetLargeObjectsSpace();
478 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace();
705 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable();
726 accounting::CardTable* card_table = GetHeap()->GetCardTable();
727 ThreadPool* thread_pool = GetHeap()->GetThreadPool();
741 const size_t mark_stack_tasks = GetHeap()->GetContinuousSpaces().size() * thread_count;
745 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
789 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
855 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
968 mark_sweep_->GetHeap()->RevokeRosAllocThreadLocalBuffers(thread);
1069 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace();
1099 CHECK_GE(live_stack_freeze_size_, GetHeap()->GetLiveStack()->Size());
1109 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
1168 ThreadPool* thread_pool = GetHeap()->GetThreadPool();
1271 GetHeap()->AssertAllBumpPointerSpaceThreadLocalBuffersAreRevoked();
1274 GetHeap()->RevokeAllThreadLocalBuffers();