Home
last modified time | relevance | path

Searched refs:code_cache_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit.cc202 code_cache_->Dump(os); in DumpInfo()
218 : code_cache_(code_cache), in Jit()
346 code_cache_->DoneCompiling(method_to_compile, self, compilation_kind); in CompileMethod()
399 code_cache_, in StartProfileSaver()
716 code_cache_->GetZygoteMap()->SetCompilationState( in NotifyZygoteCompilationDone()
1048 if (!code_cache_->GetZygoteMap()->CanMapBootImageMethods()) { in MapBootImageMethods()
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()
[all …]
H A Djit.h255 return code_cache_; in GetCodeCache()
259 return code_cache_; in GetCodeCache()
495 jit::JitCodeCache* const code_cache_; variable
H A Djit_code_cache.cc1014 : code_cache_(code_cache), bitmap_(bitmap), barrier_(barrier) {} in MarkCodeClosure()
1027 if (code_cache_->ContainsPc(code) && !code_cache_->IsInZygoteExecSpace(code)) { in Run()
1046 code_cache_->LookupMethodHeader(it.second.return_pc_, /* method= */ nullptr); in Run()
1057 JitCodeCache* const code_cache_; member in art::jit::MarkCodeClosure