Searched refs:code_cache_ (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jit/ |
D | jit.cc | 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() [all …]
|
D | jit.h | 255 return code_cache_; in GetCodeCache() 259 return code_cache_; in GetCodeCache() 495 jit::JitCodeCache* const code_cache_; variable
|
D | jit_code_cache.cc | 1014 : 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
|