Home
last modified time | relevance | path

Searched refs:GetCodeCache (Results 1 – 21 of 21) 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()
128 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) { in Java_Main_ensureHasOsrCode()
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc33 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in isNextJitGcFull()
52 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc()
/art/test/708-jit-cache-churn/
Djit.cc46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
/art/test/common/
Druntime_state.cc213 return jit->GetCodeCache()->ContainsPc( in Java_Main_hasJitCompiledEntrypoint()
229 return jit->GetCodeCache()->ContainsMethod(method); in Java_Main_hasJitCompiledCode()
268 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled()
279 if (!native && jit->GetCodeCache()->CanAllocateProfilingInfo()) { in ForceJitCompiled()
375 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
/art/runtime/jit/
Dprofiling_info.cc66 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
Djit.cc325 JitMemoryRegion* region = GetCodeCache()->GetCurrentRegion(); in CompileMethod()
326 if ((compilation_kind == CompilationKind::kOsr) && GetCodeCache()->IsSharedRegion(*region)) { in CompileMethod()
473 if (!GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in PrepareForOsr()
487 const OatQuickMethodHeader* osr_method = GetCodeCache()->LookupOsrMethodHeader(method); in PrepareForOsr()
863 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()
963 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run()
1631 if (!np_method->IsNative() && GetCodeCache()->CanAllocateProfilingInfo()) { in MethodEntered()
1710 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()
1863 if (GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in EnqueueCompilationFromNterp()
1871 if (GetCodeCache()->CanAllocateProfilingInfo()) { in EnqueueCompilationFromNterp()
Djit.h250 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function
254 JitCodeCache* GetCodeCache() { in GetCodeCache() function
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc278 Runtime::Current()->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkSystemServer()
344 runtime->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkChild()
/art/compiler/jit/
Djit_compiler.cc190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
/art/runtime/
Dart_method.cc605 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
631 (jit != nullptr && jit->GetCodeCache()->ContainsPc(existing_entry_point))); in GetOatQuickMethodHeader()
675 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) { in HasAnyCompiledCode()
759 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
Dstack.cc688 runtime->GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(pc))) { in AssertPcIsWithinQuickCode()
703 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()
822 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod(); in GetCurrentQuickFrameInfo()
876 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()
Druntime.cc714 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()
2328 GetJit()->GetCodeCache()->DisallowInlineCacheAccess(); in DisallowNewSystemWeaks()
2344 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()
2362 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()
2751 GetJit()->GetCodeCache()->PrivateRegionContainsPc(reinterpret_cast<const void*>(code)); in IsAsyncDeoptimizeable()
2845 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()
2880 jit->GetCodeCache()->TransitionToDebuggable(); in DeoptimizeBootImage()
Dinstrumentation.cc213 if (jit != nullptr && jit->GetCodeCache()->ContainsPc(quick_code)) { in UpdateEntrypoints()
933 DCHECK(!Runtime::Current()->GetJit()->GetCodeCache()->GetGarbageCollectCodeUnsafe()); in UpdateMethodsCodeImpl()
1177 const void* res = jit->GetCodeCache()->FindCompiledCodeForInstrumentation(method); in GetCodeForInvoke()
Dquick_exception_handler.cc603 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
Dcha.cc688 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
Dtrace.cc402 runtime->GetJit()->GetCodeCache()->SetGarbageCollectCode(false); in Start()
Dclass_linker.cc2551 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()
3531 code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetQuickOatCodeFor()
3593 return (jit == nullptr) || !jit->GetCodeCache()->ContainsPc(quick_code); in ShouldUseInterpreterEntrypoint()
3666 quick_code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in FixupStaticTrampolines()
/art/compiler/optimizing/
Dinliner.cc330 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()
337 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
693 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto( in GetInlineCacheJIT()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1053 !jit->GetCodeCache()->GetGarbageCollectCode()); in artInstrumentationMethodEntryFromCode()
1056 !jit->GetCodeCache()->ContainsPc(result)) in artInstrumentationMethodEntryFromCode()
/art/openjdkjvmti/
Dti_redefine.cc866 jit->GetCodeCache()->MoveObsoleteMethod(it.old_method, it.obsolete_method); in FindAndAllocateObsoleteMethods()
2959 jit->GetCodeCache()->InvalidateAllCompiledCode(); in UpdateClassStructurally()
3035 auto code_cache = jit->GetCodeCache(); in UpdateClassInPlace()