Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc3231 mirror::DexCachePair<T>* new_pair = in FixupDexCacheArrayEntry() local
3234 new_pair->object.AddressWithoutBarrier(), orig_pair->object.Read()); in FixupDexCacheArrayEntry()
3235 new_pair->index = orig_pair->index; in FixupDexCacheArrayEntry()
3248 DexCache::ConversionPair64* new_pair = in FixupDexCacheArrayEntry() local
3250 *new_pair = *orig_pair; // Copy original value and index. in FixupDexCacheArrayEntry()
3253 reinterpret_cast<void**>(&new_pair->first), reinterpret_cast64<void*>(orig_pair->first)); in FixupDexCacheArrayEntry()
3258 DexCache::ConversionPair32* new_pair = in FixupDexCacheArrayEntry() local
3260 *new_pair = *orig_pair; // Copy original value and index. in FixupDexCacheArrayEntry()
3263 reinterpret_cast<void**>(&new_pair->first), reinterpret_cast32<void*>(orig_pair->first)); in FixupDexCacheArrayEntry()