HomeSort by relevance Sort by last modified time
    Searched refs:GetOatFileManager (Results 1 - 9 of 9) sorted by null

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 271 Runtime::Current()->GetOatFileManager().SetOnlyUseSystemOatFiles(
302 runtime->GetOatFileManager().SetOnlyUseSystemOatFiles(only_use_system_oat_files,
dalvik_system_DexFile.cc 295 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps),
319 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(),
367 Runtime::Current()->GetOatFileManager().RunBackgroundVerification(
414 runtime->GetOatFileManager().UnRegisterAndDeleteOatFile(oat_file);
    [all...]
  /art/test/692-vdex-inmem-loader/
vdex_inmem_loader.cc 29 Runtime::Current()->GetOatFileManager().WaitForBackgroundVerificationTasks();
  /art/runtime/
oat_file_assistant_test.cc     [all...]
runtime.h 727 OatFileManager& GetOatFileManager() const {
    [all...]
class_linker.cc     [all...]
  /art/runtime/jit/
profile_saver.cc 665 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager();
    [all...]
  /art/imgdiag/
imgdiag.cc 848 OatFileManager& oat_file_manager = Runtime::Current()->GetOatFileManager();
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 62 milliseconds