Searched refs:GetOatFileManager (Results 1 – 9 of 9) sorted by relevance
271 Runtime::Current()->GetOatFileManager().SetOnlyUseSystemOatFiles( in ZygoteHooks_nativePostForkSystemServer()302 runtime->GetOatFileManager().SetOnlyUseSystemOatFiles(only_use_system_oat_files, in ZygoteHooks_nativePostForkChild()
295 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps), in DexFile_openInMemoryDexFilesNative()319 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(), in DexFile_openDexFileNative()367 Runtime::Current()->GetOatFileManager().RunBackgroundVerification( in DexFile_verifyInBackgroundNative()414 runtime->GetOatFileManager().UnRegisterAndDeleteOatFile(oat_file); in DexFile_closeDexFile()
29 Runtime::Current()->GetOatFileManager().WaitForBackgroundVerificationTasks(); in Java_Main_waitForVerifier()
1209 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in Run()1403 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()1421 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()1457 dex_files_first = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()1485 dex_files_second = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
727 OatFileManager& GetOatFileManager() const { in GetOatFileManager() function
996 runtime->GetOatFileManager().RegisterImageOatFiles(spaces); in InitFromBootImage()
665 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager(); in ShouldProfileLocation()
1888 oat_file = runtime->GetOatFileManager().FindOpenedOatFileFromOatLocation(oat_location); in Dump()2819 runtime->GetOatFileManager().RegisterOatFile(std::move(oat_file)); in InstallOatFile()
848 OatFileManager& oat_file_manager = Runtime::Current()->GetOatFileManager(); in BuildEntryPointNames()