Searched refs:GetJit (Results 1 – 24 of 24) sorted by relevance
29 jit::Jit* jit = Runtime::Current()->GetJit(); in do_checks()51 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureJittedAndPolymorphicInline()
43 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in VisitFrame()62 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_isInOsrCode()135 jit::Jit* jit = Runtime::Current()->GetJit(); in VisitFrame()
29 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_IntHolder_waitForCompilation()
353 jit::Jit* jit = Runtime::Current()->GetJit(); in NewTypeLoadedIfUsingJit()394 Jit* jit = Runtime::Current()->GetJit(); in MaybeDoOnStackReplacement()566 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ false); in Run()568 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ true); in Run()662 if (UNLIKELY(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse())) { in MethodEntered()
61 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
655 Runtime::Current()->GetJit()->AddTimingLogger(logger); in GarbageCollectCache()
220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()245 runtime->GetJit()->AddTimingLogger(logger); in CompileMethod()
408 jit::Jit* jit = Runtime::Current()->GetJit(); in GetOatQuickMethodHeader()468 jit::Jit* jit = Runtime::Current()->GetJit(); in HasAnyCompiledCode()488 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
452 jit::Jit* GetJit() { in GetJit() function
513 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
1403 if (GetJit() != nullptr) { in DumpForSigQuit()1404 GetJit()->DumpForSigQuit(os); in DumpForSigQuit()
641 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()
2044 if (runtime->GetJit() != nullptr) { in DeleteClassLoader()2045 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()2774 DCHECK(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse()); in ShouldUseInterpreterEntrypoint()
127 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureJitCompiled()
328 if (LIKELY(runtime->GetJit() != nullptr)) { in ArtDlMallocMoreCore()329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
651 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpSetUpHotnessCountdown()689 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpAddHotnessBatch()703 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpProfileBranch()722 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpMaybeDoOnStackReplacement()
288 jit::Jit* jit = Runtime::Current()->GetJit(); in Execute()612 jit::Jit* jit = Runtime::Current()->GetJit(); in EnterInterpreterFromEntryPoint()
646 jit::Jit* jit = Runtime::Current()->GetJit(); in DoInvoke()694 jit::Jit* jit = Runtime::Current()->GetJit(); in DoInvokeVirtualQuick()
534 jit::Jit* jit = Runtime::Current()->GetJit(); in ArtInterpreterToCompiledCodeBridge()
116 jit::Jit* jit = Runtime::Current()->GetJit(); in ExecuteSwitchImpl()
197 jit::Jit* jit = Runtime::Current()->GetJit(); in ExecuteGotoImpl()
230 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()237 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
968 Runtime::Current()->GetJit()->AddMemoryUsage(method, arena.BytesUsed()); in JitCompile()
2712 if ((gc_type == collector::kGcTypeFull) && (runtime->GetJit() != nullptr)) { in CollectGarbageInternal()2713 runtime->GetJit()->GetCodeCache()->ClearGcRootsInInlineCaches(self); in CollectGarbageInternal()