Lines Matching refs:GetJit
441 jit::Jit* jit = Runtime::Current()->GetJit(); in NewTypeLoadedIfUsingJit()
571 Jit* jit = Runtime::Current()->GetJit(); in MaybeDoOnStackReplacement()
800 Runtime::Current()->GetJit()->CompileMethod( in Run()
862 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()
956 added_to_queue += runtime->GetJit()->CompileMethodsFromBootProfile( in Run()
959 added_to_queue += runtime->GetJit()->CompileMethodsFromProfile( in Run()
963 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run()
1003 Jit* jit = Runtime::Current()->GetJit(); in Run()
1621 jit::Jit* jit = Runtime::Current()->GetJit(); in ScopedJitSuspend()
1630 DCHECK(Runtime::Current()->GetJit() != nullptr); in ~ScopedJitSuspend()
1631 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
1632 Runtime::Current()->GetJit()->Start(); in ~ScopedJitSuspend()
1657 runtime->GetJit()->MapBootImageMethods(); in RunPollingThread()