Searched refs:new_space (Results 1 – 1 of 1) sorted by relevance
840 /*inout*/ImageSpace* new_space, in RemoveInternTableDuplicates() argument843 const ImageSection& new_interns = new_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()845 const uint8_t* new_data = new_space->Begin() + new_interns.Offset(); in RemoveInternTableDuplicates()863 ImageSpace* new_space) REQUIRES_SHARED(Locks::mutator_lock_) { in RemapInternedStringDuplicates() argument866 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates()869 mirror::Object* object = reinterpret_cast<mirror::Object*>(new_space->Begin() + pos); in RemapInternedStringDuplicates()2788 ImageSpace* new_space = spaces[space_pos + i].get(); in DeduplicateInternedStrings() local2789 Loader::RemoveInternTableDuplicates(old_spaces, new_space, &intern_remap); in DeduplicateInternedStrings()2794 ImageSpace* new_space = spaces[space_pos + i].get(); in DeduplicateInternedStrings() local2795 Loader::RemapInternedStringDuplicates(intern_remap, new_space); in DeduplicateInternedStrings()