Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc3228 mirror::DexCachePair<T>* new_pair = in FixupDexCacheArrayEntry() local
3231 new_pair->object.AddressWithoutBarrier(), orig_pair->object.Read()); in FixupDexCacheArrayEntry()
3232 new_pair->index = orig_pair->index; in FixupDexCacheArrayEntry()
3245 DexCache::ConversionPair64* new_pair = in FixupDexCacheArrayEntry() local
3247 *new_pair = *orig_pair; // Copy original value and index. in FixupDexCacheArrayEntry()
3250 reinterpret_cast<void**>(&new_pair->first), reinterpret_cast64<void*>(orig_pair->first)); in FixupDexCacheArrayEntry()
3255 DexCache::ConversionPair32* new_pair = in FixupDexCacheArrayEntry() local
3257 *new_pair = *orig_pair; // Copy original value and index. in FixupDexCacheArrayEntry()
3260 reinterpret_cast<void**>(&new_pair->first), reinterpret_cast32<void*>(orig_pair->first)); in FixupDexCacheArrayEntry()