Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc772 /*inout*/ImageSpace* new_space, in RemoveInternTableDuplicates() argument
775 const ImageSection& new_interns = new_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()
777 const uint8_t* new_data = new_space->Begin() + new_interns.Offset(); in RemoveInternTableDuplicates()
795 ImageSpace* new_space) REQUIRES_SHARED(Locks::mutator_lock_) { in RemapInternedStringDuplicates() argument
798 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates()
801 mirror::Object* object = reinterpret_cast<mirror::Object*>(new_space->Begin() + pos); in RemapInternedStringDuplicates()
2741 ImageSpace* new_space = spaces[space_pos + i].get(); in DeduplicateInternedStrings() local
2742 Loader::RemoveInternTableDuplicates(old_spaces, new_space, &intern_remap); in DeduplicateInternedStrings()
2747 ImageSpace* new_space = spaces[space_pos + i].get(); in DeduplicateInternedStrings() local
2748 Loader::RemapInternedStringDuplicates(intern_remap, new_space); in DeduplicateInternedStrings()