Home | History | Annotate | Download | only in jit

Lines Matching refs:runtime

133     while (!Runtime::Current()->GetStartupCompleted()) {
142 // Tell the runtime that startup is completed if it has not already been notified.
144 Runtime::Current()->NotifyStartupCompleted();
325 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker();
408 Runtime* const runtime = Runtime::Current();
409 ArenaStack stack(runtime->GetArenaPool());
414 const bool is_low_ram = Runtime::Current()->GetHeap()->IsLowMemoryMode();
442 new ProfileCompilationInfo(Runtime::Current()->GetArenaPool()));
547 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool());
633 Runtime::Current()->GetArenaPool()->TrimMaps();
639 Runtime* runtime = Runtime::Current();
641 bool attached = runtime->AttachCurrentThread("Profile Saver",
643 runtime->GetSystemThreadGroup(),
646 CHECK(runtime->IsShuttingDown(Thread::Current()));
653 runtime->DetachCurrentThread();
665 OatFileManager& oat_manager = Runtime::Current()->GetOatFileManager();
688 Runtime* const runtime = Runtime::Current();
690 DCHECK(runtime->GetJit() != nullptr);
711 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) {
734 // This may be called multiple times via Runtime::registerAppInfo (e.g. for
735 // apps which share the same runtime).
908 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool());