Searched refs:GetCodeCache (Results 1 – 18 of 18) 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()
46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
179 return jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in Java_Main_hasJitCompiledEntrypoint()196 return jit->GetCodeCache()->ContainsMethod(method); in Java_Main_hasJitCompiledCode()224 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_ensureJitCompiled()283 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
44 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in VisitFrame()138 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) { in VisitFrame()
61 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function65 JitCodeCache* GetCodeCache() { in GetCodeCache() function
67 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
193 if (jit->GetCodeCache() == nullptr) { in Create()465 if (!jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeDoOnStackReplacement()483 const OatQuickMethodHeader* osr_method = jit->GetCodeCache()->LookupOsrMethodHeader(method); in MaybeDoOnStackReplacement()
33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
184 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
635 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()661 (jit != nullptr && jit->GetCodeCache()->ContainsPc(existing_entry_point))); in GetOatQuickMethodHeader()705 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) { in HasAnyCompiledCode()741 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
607 runtime->GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(pc))) { in AssertPcIsWithinQuickCode()622 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()749 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod(); in GetCurrentQuickFrameInfo()815 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()
616 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()2129 GetJit()->GetCodeCache()->DisallowInlineCacheAccess(); in DisallowNewSystemWeaks()2145 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()2163 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()2509 GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(code)); in IsAsyncDeoptimizeable()
667 runtime->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in InvalidateSingleImplementationMethods()
554 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
2198 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()2945 return (jit == nullptr) || !jit->GetCodeCache()->ContainsPc(quick_code); in ShouldUseInterpreterEntrypoint()
331 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
316 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()323 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()652 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto( in GetInlineCacheJIT()
204 jit->GetCodeCache()->MoveObsoleteMethod(old_method, new_obsolete_method); in VisitFrame()1478 auto code_cache = jit->GetCodeCache(); in UpdateClass()