Home
last modified time | relevance | path

Searched refs:zygote_collector (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc2340 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork() local
2341 zygote_collector.BuildBins(non_moving_space_); in PreZygoteFork()
2349 zygote_collector.SetFromSpace(region_space_); in PreZygoteFork()
2351 zygote_collector.SetFromSpace(bump_pointer_space_); in PreZygoteFork()
2358 zygote_collector.SetFromSpace(main_space_); in PreZygoteFork()
2361 zygote_collector.SetToSpace(&target_space); in PreZygoteFork()
2362 zygote_collector.SetSwapSemiSpaces(false); in PreZygoteFork()
2363 zygote_collector.Run(kGcCauseCollectorTransition, false); in PreZygoteFork()