/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() 113 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) { in Java_Main_ensureHasOsrCode()
|
/art/runtime/jit/ |
D | profiling_info.cc | 87 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()
|
D | jit.cc | 177 !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()
|
D | jit.h | 198 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function 202 JitCodeCache* GetCodeCache() { in GetCodeCache() function
|
D | jit_code_cache.cc | 1171 Runtime::Current()->GetJit()->GetCodeCache()->DoCollection(self); in Run()
|
/art/test/664-aget-verifier/ |
D | aget-verifier.cc | 48 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(art_method)) { in Java_Main_testCompiled()
|
/art/test/667-jit-jni-stub/ |
D | jit_jni_stub_test.cc | 41 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
|
/art/test/common/ |
D | runtime_state.cc | 211 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/ |
D | art_method.cc | 629 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()
|
D | quick_exception_handler.cc | 745 runtime->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame() 773 runtime->GetJit()->GetCodeCache()->MaybeUpdateInlineCache( in DeoptimizeSingleFrame() 781 runtime->GetJit()->GetCodeCache()->MaybeUpdateInlineCache( in DeoptimizeSingleFrame()
|
D | instrumentation.cc | 236 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()
|
D | runtime.cc | 904 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()
|
D | stack.cc | 839 const void* code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack() 869 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()
|
D | cha.cc | 675 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
|
D | trace.cc | 843 jit->GetCodeCache()->InvalidateAllCompiledCode(); in Start() 844 jit->GetCodeCache()->TransitionToDebuggable(); in Start()
|
D | class_linker.cc | 2700 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in PrepareToDeleteClassLoader()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 284 Runtime::Current()->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkSystemServer() 360 runtime->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkChild()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 201 JitCodeCache* const code_cache = jit->GetCodeCache(); in CompileMethod()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 189 jit->GetCodeCache()->InvalidateAllCompiledCode(); in FinishSetup() 190 jit->GetCodeCache()->TransitionToDebuggable(); in FinishSetup()
|
D | ti_redefine.cc | 863 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/ |
D | optimizing_compiler.cc | 841 ProfilingInfo* info = jit->GetCodeCache()->GetProfilingInfo(method, Thread::Current()); in TryCompile()
|
D | inliner.cc | 729 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto(*cache, classes); in GetInlineCacheJIT()
|