Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1967 space::MallocSpace* old_alloc_space = non_moving_space_; in PreZygoteFork() local
1972 RemoveSpace(old_alloc_space); in PreZygoteFork()
1975 FindRememberedSetFromSpace(old_alloc_space)->AssertAllDirtyCardsAreWithinSpace(); in PreZygoteFork()
1981 RemoveRememberedSet(old_alloc_space); in PreZygoteFork()
1983 space::ZygoteSpace* zygote_space = old_alloc_space->CreateZygoteSpace("alloc space", in PreZygoteFork()
1991 delete old_alloc_space; in PreZygoteFork()