Home
last modified time | relevance | path

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

/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc29 Runtime::Current()->GetOatFileManager().WaitForBackgroundVerificationTasks(); in Java_Main_waitForVerifier()
/art/runtime/native/
Ddalvik_system_DexFile.cc296 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps), in DexFile_openInMemoryDexFilesNative()
320 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(), in DexFile_openDexFileNative()
368 Runtime::Current()->GetOatFileManager().RunBackgroundVerification( in DexFile_verifyInBackgroundNative()
415 runtime->GetOatFileManager().UnRegisterAndDeleteOatFile(oat_file); in DexFile_closeDexFile()
Ddalvik_system_ZygoteHooks.cc314 runtime->GetOatFileManager().SetOnlyUseSystemOatFiles(); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Doat_file_assistant_test.cc1133 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in Run()
1349 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1368 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1405 dex_files_first = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1434 dex_files_second = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1481 const auto dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
Druntime.h803 OatFileManager& GetOatFileManager() const { in GetOatFileManager() function
Dclass_linker.cc1276 runtime->GetOatFileManager().RegisterImageOatFiles(spaces); in InitFromBootImage()
/art/runtime/jit/
Dprofile_saver.cc688 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager(); in ShouldProfileLocation()
/art/imgdiag/
Dimgdiag.cc848 OatFileManager& oat_file_manager = Runtime::Current()->GetOatFileManager(); in BuildEntryPointNames()
/art/oatdump/
Doatdump.cc1891 oat_file = runtime->GetOatFileManager().FindOpenedOatFileFromOatLocation(oat_location); in Dump()
2842 runtime->GetOatFileManager().RegisterOatFile(std::move(oat_file)); in InstallOatFile()