Home
last modified time | relevance | path

Searched refs:GetCodeCache (Results 1 – 14 of 14) sorted by relevance

/art/test/570-checker-osr/
Dosr.cc43 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in VisitFrame()
137 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) { in VisitFrame()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc30 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
/art/runtime/jit/
Djit.h55 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function
59 JitCodeCache* GetCodeCache() { in GetCodeCache() function
Dprofiling_info.cc61 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
Djit.cc162 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()
/art/runtime/
Dart_method.cc410 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()
Dquick_exception_handler.cc513 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
Dstack.cc641 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()
Dclass_linker.cc2045 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()
/art/test/common/
Druntime_state.cc140 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_ensureJitCompiled()
/art/compiler/jit/
Djit_compiler.cc220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
/art/runtime/gc/space/
Ddlmalloc_space.cc329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
/art/compiler/optimizing/
Dinliner.cc230 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()
237 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
/art/runtime/gc/
Dheap.cc2713 runtime->GetJit()->GetCodeCache()->ClearGcRootsInInlineCaches(self); in CollectGarbageInternal()