Home | History | Annotate | Download | only in native

Lines Matching refs:runtime

51 #include "runtime.h"
173 ClassLinker* linker = Runtime::Current()->GetClassLinker();
295 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps),
319 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(),
367 Runtime::Current()->GetOatFileManager().RunBackgroundVerification(
380 Runtime* const runtime = Runtime::Current();
391 ClassLinker* const class_linker = runtime->GetClassLinker();
396 // Only delete the dex file if the dex cache is not found to prevent runtime crashes
414 runtime->GetOatFileManager().UnRegisterAndDeleteOatFile(oat_file);
445 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
878 Runtime* runtime = Runtime::Current();
882 if (!runtime->IsJavaDebuggable()) {