Lines Matching refs:code_cache_

202   code_cache_->Dump(os);  in DumpInfo()
218 : code_cache_(code_cache), in Jit()
338 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, compilation_kind, prejit)) { in CompileMethod()
346 code_cache_->DoneCompiling(method_to_compile, self, compilation_kind); in CompileMethod()
399 code_cache_, in StartProfileSaver()
416 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()
663 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
675 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
692 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
716 code_cache_->GetZygoteMap()->SetCompilationState( in NotifyZygoteCompilationDone()
759 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedOk); in NotifyZygoteCompilationDone()
1048 if (!code_cache_->GetZygoteMap()->CanMapBootImageMethods()) { in MapBootImageMethods()
1504 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeCompileMethod()
1527 if (!code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeCompileMethod()
1540 if (!code_cache_->IsOsrCompiled(method)) { in MaybeCompileMethod()
1699 code_cache_->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in PostForkChildAction()
1706 code_cache_->SetGarbageCollectCode(false); in PostForkChildAction()
1730 code_cache_->GetZygoteMap()->IsCompilationNotified()) { in PostZygoteFork()
1736 if (runtime->IsZygote() && code_cache_->GetZygoteMap()->IsCompilationDoneButNotNotified()) { in PostZygoteFork()
1742 CHECK(code_cache_->GetZygoteMap()->IsCompilationNotified()); in PostZygoteFork()