Searched refs:code_cache_ (Results 1 – 3 of 3) sorted by relevance
71 code_cache_->Dump(os); in DumpInfo()87 : code_cache_(code_cache), in Jit()221 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, compilation_kind, prejit)) { in CompileMethodInternal()229 code_cache_->DoneCompiling(method_to_compile, self); in CompileMethodInternal()282 code_cache_, in StartProfileSaver()299 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()546 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()558 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()575 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()599 code_cache_->GetZygoteMap()->SetCompilationState( in NotifyZygoteCompilationDone()[all …]
199 return code_cache_; in GetCodeCache()203 return code_cache_; in GetCodeCache()430 jit::JitCodeCache* const code_cache_; variable
1038 : code_cache_(code_cache), bitmap_(bitmap), barrier_(barrier) {} in MarkCodeClosure()1051 if (code_cache_->ContainsPc(code) && !code_cache_->IsInZygoteExecSpace(code)) { in Run()1065 JitCodeCache* const code_cache_; member in art::jit::MarkCodeClosure