Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc298 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps), in DexFile_openInMemoryDexFilesNative()
322 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(), in DexFile_openDexFileNative()
347 Runtime::Current()->GetOatFileManager().RunBackgroundVerification( in DexFile_verifyInBackgroundNative()
393 runtime->GetOatFileManager().UnRegisterAndDeleteOatFile(oat_file); in DexFile_closeDexFile()
Ddalvik_system_ZygoteHooks.cc322 runtime->GetOatFileManager().SetOnlyUseTrustedOatFiles(); in ZygoteHooks_nativePostForkChild()
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc30 Runtime::Current()->GetOatFileManager().WaitForBackgroundVerificationTasks(); in Java_Main_waitForVerifier()
/art/runtime/
Doat_file_assistant_test.cc1273 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in Run()
1510 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1529 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1569 dex_files_first = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1598 dex_files_second = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1645 const auto dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
Druntime.h820 OatFileManager& GetOatFileManager() const { in GetOatFileManager() function
Dclass_linker.cc1214 runtime->GetOatFileManager().RegisterImageOatFiles(spaces); in InitFromBootImage()
/art/runtime/jit/
Dprofile_saver.cc997 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager(); in ShouldProfileLocation()
/art/oatdump/
Doatdump.cc1786 oat_file = runtime->GetOatFileManager().FindOpenedOatFileFromOatLocation(oat_location); in Dump()
2476 runtime->GetOatFileManager().RegisterOatFile(std::move(oat_file)); in InstallOatFile()
/art/imgdiag/
Dimgdiag.cc849 OatFileManager& oat_file_manager = Runtime::Current()->GetOatFileManager(); in BuildEntryPointNames()