Lines Matching refs:GetCodeCache
179 !GetCodeCache()->CanAllocateProfilingInfo()) { in CompileMethodInternal()
207 JitMemoryRegion* region = GetCodeCache()->GetCurrentRegion(); in CompileMethodInternal()
208 if ((compilation_kind == CompilationKind::kOsr) && GetCodeCache()->IsSharedRegion(*region)) { in CompileMethodInternal()
362 if (!GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in PrepareForOsr()
376 const OatQuickMethodHeader* osr_method = GetCodeCache()->LookupOsrMethodHeader(method); in PrepareForOsr()
781 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()
880 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run()
1407 if (GetCodeCache()->ContainsPc(entry_point) && in EnqueueOptimizedCompilation()
1490 if (!runtime->GetJit()->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()) { in Run()
1672 if (GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeEnqueueCompilation()
1709 if (!method->IsNative() && GetCodeCache()->CanAllocateProfilingInfo()) { in MaybeEnqueueCompilation()