Home
last modified time | relevance | path

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

/art/test/570-checker-osr/
Dosr.cc69 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in Java_Main_isInOsrCode()
91 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in Java_Main_isInInterpreter()
113 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) { in Java_Main_ensureHasOsrCode()
/art/runtime/jit/
Dprofiling_info.cc87 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
156 : jit->GetCodeCache()->NotifyCompilerUse(method, self)) in ScopedProfilingInfoUse()
161 jit_->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoUse()
Djit.cc177 !GetCodeCache()->CanAllocateProfilingInfo()) { in CompileMethodInternal()
205 JitMemoryRegion* region = GetCodeCache()->GetCurrentRegion(); in CompileMethodInternal()
206 if ((compilation_kind == CompilationKind::kOsr) && GetCodeCache()->IsSharedRegion(*region)) { in CompileMethodInternal()
358 if (!GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in PrepareForOsr()
372 const OatQuickMethodHeader* osr_method = GetCodeCache()->LookupOsrMethodHeader(method); in PrepareForOsr()
780 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()
877 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run()
1479 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()
1689 if (GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeEnqueueCompilation()
1725 if (!method->IsNative() && GetCodeCache()->CanAllocateProfilingInfo()) { in MaybeEnqueueCompilation()
Djit.h198 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function
202 JitCodeCache* GetCodeCache() { in GetCodeCache() function
Djit_code_cache.cc1171 Runtime::Current()->GetJit()->GetCodeCache()->DoCollection(self); in Run()
/art/test/664-aget-verifier/
Daget-verifier.cc48 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(art_method)) { in Java_Main_testCompiled()
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc41 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
/art/test/common/
Druntime_state.cc211 return jit->GetCodeCache()->ContainsPc( in Java_Main_hasJitCompiledEntrypoint()
227 return jit->GetCodeCache()->ContainsMethod(method); in Java_Main_hasJitCompiledCode()
272 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled()
407 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
612 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_removeJitCompiledMethod()
/art/runtime/
Dart_method.cc629 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
667 (jit != nullptr && jit->GetCodeCache()->ContainsPc(existing_entry_point)) || in GetOatQuickMethodHeader()
798 if (runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point)) { in CopyFrom()
958 jit->GetCodeCache()->ContainsPc(current_entry_point)) { in SetEntryPointFromQuickCompiledCodePtrSize()
959 jit->GetCodeCache()->AddZombieCode(this, current_entry_point); in SetEntryPointFromQuickCompiledCodePtrSize()
Dquick_exception_handler.cc745 runtime->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
773 runtime->GetJit()->GetCodeCache()->MaybeUpdateInlineCache( in DeoptimizeSingleFrame()
781 runtime->GetJit()->GetCodeCache()->MaybeUpdateInlineCache( in DeoptimizeSingleFrame()
Dinstrumentation.cc236 if (jit != nullptr && jit->GetCodeCache()->ContainsPc(entry_point)) { in CodeSupportsEntryExitHooks()
259 if (jit != nullptr && jit->GetCodeCache()->ContainsPc(quick_code)) { in UpdateEntryPoints()
338 const void* code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetOptimizedCodeFor()
1162 } else if (jit != nullptr && jit->GetCodeCache()->ContainsPc(code)) { in EntryPointString()
1367 jit->GetCodeCache()->InvalidateAllCompiledCode(); in MaybeSwitchRuntimeDebugState()
Druntime.cc904 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()
2787 GetJit()->GetCodeCache()->DisallowInlineCacheAccess(); in DisallowNewSystemWeaks()
2803 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()
2821 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()
3069 GetJit()->GetCodeCache()->PrivateRegionContainsPc(reinterpret_cast<const void*>(code))) { in IsAsyncDeoptimizeable()
3213 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()
3253 jit->GetCodeCache()->TransitionToDebuggable(); in DeoptimizeBootImage()
Dstack.cc839 const void* code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()
869 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()
Dcha.cc675 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
Dtrace.cc843 jit->GetCodeCache()->InvalidateAllCompiledCode(); in Start()
844 jit->GetCodeCache()->TransitionToDebuggable(); in Start()
Dclass_linker.cc2700 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in PrepareToDeleteClassLoader()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc284 Runtime::Current()->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkSystemServer()
360 runtime->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkChild()
/art/compiler/jit/
Djit_compiler.cc201 JitCodeCache* const code_cache = jit->GetCodeCache(); in CompileMethod()
/art/openjdkjvmti/
Ddeopt_manager.cc189 jit->GetCodeCache()->InvalidateAllCompiledCode(); in FinishSetup()
190 jit->GetCodeCache()->TransitionToDebuggable(); in FinishSetup()
Dti_redefine.cc863 jit->GetCodeCache()->MoveObsoleteMethod(it.old_method, it.obsolete_method); in FindAndAllocateObsoleteMethods()
2975 jit->GetCodeCache()->InvalidateAllCompiledCode(); in UpdateClassStructurally()
3051 auto code_cache = jit->GetCodeCache(); in UpdateClassInPlace()
/art/compiler/optimizing/
Doptimizing_compiler.cc841 ProfilingInfo* info = jit->GetCodeCache()->GetProfilingInfo(method, Thread::Current()); in TryCompile()
Dinliner.cc729 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto(*cache, classes); in GetInlineCacheJIT()