Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc169 space::Space* old_space = space; in TEST_P() local
173 heap->RemoveSpace(old_space); in TEST_P()
179 delete old_space; in TEST_P()
Dimage_space.cc1016 for (const auto& old_space : old_spaces) { in RemoveInternTableDuplicates() local
1017 const ImageSection& old_interns = old_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()
1019 const uint8_t* old_data = old_space->Begin() + old_interns.Offset(); in RemoveInternTableDuplicates()