Searched refs:GetCodeCache (Results 1 – 14 of 14) sorted by relevance
43 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in VisitFrame()137 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) { in VisitFrame()
30 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
55 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function59 JitCodeCache* GetCodeCache() { in GetCodeCache() function
61 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
162 if (jit->GetCodeCache() == nullptr) { in Create()413 if (!jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeDoOnStackReplacement()430 const OatQuickMethodHeader* osr_method = jit->GetCodeCache()->LookupOsrMethodHeader(method); in MaybeDoOnStackReplacement()
410 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()469 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) { in HasAnyCompiledCode()488 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
513 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
641 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()
2045 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()
140 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_ensureJitCompiled()
220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
230 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()237 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
2713 runtime->GetJit()->GetCodeCache()->ClearGcRootsInInlineCaches(self); in CollectGarbageInternal()