Searched refs:GetCodeCache (Results 1 – 21 of 21) sorted by relevance
63 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()115 profiling_info_(jit->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoUse()120 jit_->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoUse()
327 JitMemoryRegion* region = GetCodeCache()->GetCurrentRegion(); in CompileMethod()328 if ((compilation_kind == CompilationKind::kOsr) && GetCodeCache()->IsSharedRegion(*region)) { in CompileMethod()479 if (!GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in PrepareForOsr()493 const OatQuickMethodHeader* osr_method = GetCodeCache()->LookupOsrMethodHeader(method); in PrepareForOsr()862 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()963 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run()1639 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()1796 if (GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in EnqueueCompilationFromNterp()1804 if (GetCodeCache()->CanAllocateProfilingInfo()) { in EnqueueCompilationFromNterp()
254 const JitCodeCache* GetCodeCache() const { in GetCodeCache() function258 JitCodeCache* GetCodeCache() { in GetCodeCache() function
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()
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()
33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
209 return jit->GetCodeCache()->ContainsPc( in Java_Main_hasJitCompiledEntrypoint()225 return jit->GetCodeCache()->ContainsMethod(method); in Java_Main_hasJitCompiledCode()263 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled()378 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
284 Runtime::Current()->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkSystemServer()352 runtime->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkChild()
579 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()605 (jit != nullptr && jit->GetCodeCache()->ContainsPc(existing_entry_point))) in GetOatQuickMethodHeader()652 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) { in HasAnyCompiledCode()736 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
662 runtime->GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(pc))) { in AssertPcIsWithinQuickCode()677 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()796 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod(); in GetCurrentQuickFrameInfo()850 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()
735 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()2544 GetJit()->GetCodeCache()->DisallowInlineCacheAccess(); in DisallowNewSystemWeaks()2560 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()2578 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()2982 GetJit()->GetCodeCache()->PrivateRegionContainsPc(reinterpret_cast<const void*>(code)); in IsAsyncDeoptimizeable()3076 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()3111 jit->GetCodeCache()->TransitionToDebuggable(); in DeoptimizeBootImage()
603 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
689 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
402 runtime->GetJit()->GetCodeCache()->SetGarbageCollectCode(false); in Start()
213 if (jit != nullptr && jit->GetCodeCache()->ContainsPc(quick_code)) { in UpdateEntrypoints()
2347 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()3333 code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetQuickOatCodeFor()3395 return (jit == nullptr) || !jit->GetCodeCache()->ContainsPc(quick_code); in ShouldUseInterpreterEntrypoint()3468 quick_code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in FixupStaticTrampolines()
190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
1053 !jit->GetCodeCache()->GetGarbageCollectCode()); in artInstrumentationMethodEntryFromCode()1056 !jit->GetCodeCache()->ContainsPc(result)) in artInstrumentationMethodEntryFromCode()
863 jit->GetCodeCache()->MoveObsoleteMethod(it.old_method, it.obsolete_method); in FindAndAllocateObsoleteMethods()2963 jit->GetCodeCache()->InvalidateAllCompiledCode(); in UpdateClassStructurally()3039 auto code_cache = jit->GetCodeCache(); in UpdateClassInPlace()
630 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto( in GetInlineCacheJIT()