/art/test/570-checker-osr/ |
D | osr.cc | 69 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/ |
D | jit_jni_stub_test.cc | 33 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/ |
D | jit.cc | 46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
|
/art/test/common/ |
D | runtime_state.cc | 213 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/ |
D | polymorphic_inline.cc | 33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
|
/art/runtime/jit/ |
D | profiling_info.cc | 66 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
|
D | jit.cc | 325 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()
|
D | jit.h | 250 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function 254 JitCodeCache* GetCodeCache() { in GetCodeCache() function
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 278 Runtime::Current()->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkSystemServer() 344 runtime->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkChild()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
|
/art/runtime/ |
D | art_method.cc | 605 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()
|
D | stack.cc | 688 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()
|
D | runtime.cc | 714 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()
|
D | instrumentation.cc | 213 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()
|
D | quick_exception_handler.cc | 603 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
|
D | cha.cc | 688 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
|
D | trace.cc | 402 runtime->GetJit()->GetCodeCache()->SetGarbageCollectCode(false); in Start()
|
D | class_linker.cc | 2551 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/ |
D | inliner.cc | 330 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/ |
D | quick_trampoline_entrypoints.cc | 1053 !jit->GetCodeCache()->GetGarbageCollectCode()); in artInstrumentationMethodEntryFromCode() 1056 !jit->GetCodeCache()->ContainsPc(result)) in artInstrumentationMethodEntryFromCode()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 866 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()
|