Searched refs:SetFromSpace (Results 1 – 6 of 6) sorted by relevance
87 void SetFromSpace(space::ContinuousMemMapAllocSpace* from_space);
804 void SemiSpace::SetFromSpace(space::ContinuousMemMapAllocSpace* from_space) { in SetFromSpace() function in art::gc::collector::SemiSpace
241 cc->region_space_->SetFromSpace(cc->rb_table_, cc->force_evacuate_all_); in Run()
148 void RegionSpace::SetFromSpace(accounting::ReadBarrierTable* rb_table, bool force_evacuate_all) { in SetFromSpace() function in art::gc::space::RegionSpace
205 void SetFromSpace(accounting::ReadBarrierTable* rb_table, bool force_evacuate_all)
2459 zygote_collector.SetFromSpace(region_space_); in PreZygoteFork()2461 zygote_collector.SetFromSpace(bump_pointer_space_); in PreZygoteFork()2468 zygote_collector.SetFromSpace(main_space_); in PreZygoteFork()2594 semi_space_collector_->SetFromSpace(source_space); in Compact()2672 semi_space_collector_->SetFromSpace(bump_pointer_space_); in CollectGarbageInternal()