Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2397 space::MallocSpace* old_alloc_space = non_moving_space_; in PreZygoteFork() local
2402 RemoveSpace(old_alloc_space); in PreZygoteFork()
2405 FindRememberedSetFromSpace(old_alloc_space)->AssertAllDirtyCardsAreWithinSpace(); in PreZygoteFork()
2411 RemoveRememberedSet(old_alloc_space); in PreZygoteFork()
2414 zygote_space_ = old_alloc_space->CreateZygoteSpace(kNonMovingSpaceName, low_memory_mode_, in PreZygoteFork()
2421 delete old_alloc_space; in PreZygoteFork()