Searched refs:new_space (Results 1 – 1 of 1) sorted by relevance
1008 /*inout*/ImageSpace* new_space, in RemoveInternTableDuplicates() argument1011 const ImageSection& new_interns = new_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()1013 const uint8_t* new_data = new_space->Begin() + new_interns.Offset(); in RemoveInternTableDuplicates()1031 ImageSpace* new_space) REQUIRES_SHARED(Locks::mutator_lock_) { in RemapInternedStringDuplicates() argument1034 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates()1037 mirror::Object* object = reinterpret_cast<mirror::Object*>(new_space->Begin() + pos); in RemapInternedStringDuplicates()3039 ImageSpace* new_space = spaces[space_pos + i].get(); in DeduplicateInternedStrings() local3040 Loader::RemoveInternTableDuplicates(old_spaces, new_space, &intern_remap); in DeduplicateInternedStrings()3045 ImageSpace* new_space = spaces[space_pos + i].get(); in DeduplicateInternedStrings() local3046 Loader::RemapInternedStringDuplicates(intern_remap, new_space); in DeduplicateInternedStrings()