Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h468 void PreloadDexCache(ObjPtr<mirror::DexCache> dex_cache, ObjPtr<mirror::ClassLoader> class_loader)
Dimage_writer.cc265 PreloadDexCache(dex_cache, class_loader); in PrepareImageAddressSpace()
1643 void ImageWriter::PreloadDexCache(ObjPtr<mirror::DexCache> dex_cache, in PreloadDexCache() function in art::linker::ImageWriter