Searched refs:GetCodeCache (Results 1 – 19 of 19) sorted by relevance
33 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in isNextJitGcFull()52 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc()
69 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in Java_Main_isInOsrCode()91 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in Java_Main_isInInterpreter()127 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) { in Java_Main_ensureHasOsrCode()
46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
190 return jit->GetCodeCache()->ContainsPc( in Java_Main_hasJitCompiledEntrypoint()206 return jit->GetCodeCache()->ContainsMethod(method); in Java_Main_hasJitCompiledCode()231 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled()334 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()375 jit->GetCodeCache()->PostForkChildAction(/*is_system_server=*/ false, /*is_zygote=*/ false); in Java_Main_transitionJitFromZygote()
33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
67 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
176 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function180 JitCodeCache* GetCodeCache() { in GetCodeCache() function
431 if (!jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeDoOnStackReplacement()449 const OatQuickMethodHeader* osr_method = jit->GetCodeCache()->LookupOsrMethodHeader(method); in MaybeDoOnStackReplacement()
266 Runtime::Current()->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkSystemServer()324 runtime->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkChild()
609 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()635 (jit != nullptr && jit->GetCodeCache()->ContainsPc(existing_entry_point))); in GetOatQuickMethodHeader()679 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) { in HasAnyCompiledCode()763 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
590 runtime->GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(pc))) { in AssertPcIsWithinQuickCode()605 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()732 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod(); in GetCurrentQuickFrameInfo()798 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()
609 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
688 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
401 runtime->GetJit()->GetCodeCache()->SetGarbageCollectCode(false); in Start()
199 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
388 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
331 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()338 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()677 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto( in GetInlineCacheJIT()
1137 !jit->GetCodeCache()->GetGarbageCollectCode()); in artInstrumentationMethodEntryFromCode()1140 !jit->GetCodeCache()->ContainsPc(result)) in artInstrumentationMethodEntryFromCode()1491 code = Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteSavedEntryPoint(called); in artQuickResolutionTrampoline()
646 jit->GetCodeCache()->MoveObsoleteMethod(it.old_method, it.obsolete_method); in FindAndAllocateObsoleteMethods()1546 auto code_cache = jit->GetCodeCache(); in UpdateClass()