Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h430 void FixupDexCache(mirror::DexCache* orig_dex_cache, mirror::DexCache* copy_dex_cache)
Dimage_writer.cc2386 FixupDexCache(down_cast<mirror::DexCache*>(orig), down_cast<mirror::DexCache*>(copy)); in FixupObject()
2417 void ImageWriter::FixupDexCache(mirror::DexCache* orig_dex_cache, in FixupDexCache() function in art::ImageWriter