Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h124 void RunBackgroundVerification(const std::vector<const DexFile*>& dex_files,
Doat_file_manager.cc713 void OatFileManager::RunBackgroundVerification(const std::vector<const DexFile*>& dex_files, in RunBackgroundVerification() function in art::OatFileManager
/art/runtime/native/
Ddalvik_system_DexFile.cc347 Runtime::Current()->GetOatFileManager().RunBackgroundVerification( in DexFile_verifyInBackgroundNative()