Home
last modified time | relevance | path

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

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