Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc308 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps), in DexFile_openInMemoryDexFilesNative()
394 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(), in DexFile_openDexFileNative()
419 Runtime::Current()->GetOatFileManager().RunBackgroundVerification( in DexFile_verifyInBackgroundNative()
466 runtime->GetOatFileManager().UnRegisterAndDeleteOatFile(oat_file); in DexFile_closeDexFile()
Ddalvik_system_ZygoteHooks.cc322 runtime->GetOatFileManager().ClearOnlyUseTrustedOatFiles(); in ZygoteHooks_nativePostForkChild()
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc30 Runtime::Current()->GetOatFileManager().WaitForBackgroundVerificationTasks(); in Java_Main_waitForVerifier()
/art/runtime/oat/
Doat_file_assistant_test.cc1569 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in Run()
2329 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
2348 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
2388 dex_files_first = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
2417 dex_files_second = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
2464 const auto dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
/art/openjdkjvmti/
Ddeopt_manager.cc178 runtime->GetOatFileManager().WaitForBackgroundVerificationTasksToFinish(); in FinishSetup()
/art/runtime/
Druntime.h871 OatFileManager& GetOatFileManager() const { in GetOatFileManager() function
Dinstrumentation.cc1172 } else if (Runtime::Current()->GetOatFileManager().ContainsPc(code)) { in EntryPointString()
Dclass_linker.cc1372 runtime->GetOatFileManager().RegisterImageOatFiles(spaces); in InitFromBootImage()
/art/runtime/jit/
Dprofile_saver.cc964 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager(); in ShouldProfileLocation()
/art/oatdump/
Doatdump.cc1879 oat_file = runtime->GetOatFileManager().FindOpenedOatFileFromOatLocation(oat_location); in Dump()
2593 runtime->GetOatFileManager().RegisterOatFile(std::move(oat_file)); in InstallOatFile()
/art/imgdiag/
Dimgdiag.cc1035 OatFileManager& oat_file_manager = Runtime::Current()->GetOatFileManager(); in BuildEntryPointNames()