Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc278 dex_files = runtime->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(), in DexFile_openDexFileNative()
347 runtime->GetOatFileManager().UnRegisterAndDeleteOatFile(oat_file); in DexFile_closeDexFile()
/art/runtime/
Druntime.h593 OatFileManager& GetOatFileManager() const { in GetOatFileManager() function
Doat_file_assistant_test.cc1067 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in Run()
Druntime.cc996 Runtime::Current()->GetOatFileManager().RegisterOatFile(std::move(oat_file)); in OpenDexFilesFromImage()
Dclass_linker.cc898 runtime->GetOatFileManager().RegisterImageOatFiles(spaces); in InitFromBootImage()
/art/runtime/jit/
Dprofile_saver.cc591 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager(); in ShouldProfileLocation()
/art/imgdiag/
Dimgdiag.cc831 OatFileManager& oat_file_manager = Runtime::Current()->GetOatFileManager(); in BuildEntryPointNames()
/art/oatdump/
Doatdump.cc1883 oat_file = runtime->GetOatFileManager().FindOpenedOatFileFromOatLocation(oat_location); in Dump()
2826 runtime->GetOatFileManager().RegisterOatFile(std::move(oat_file)); in InstallOatFile()