Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h177 return code_cache_; in GetCodeCache()
181 return code_cache_; in GetCodeCache()
350 jit::JitCodeCache* const code_cache_; variable
Djit.cc161 code_cache_->Dump(os); in DumpInfo()
177 : code_cache_(code_cache), in Jit()
272 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, osr)) { in CompileMethod()
280 code_cache_->DoneCompiling(method_to_compile, self, osr); in CompileMethod()
331 ProfileSaver::Start(options_->GetProfileSaverOptions(), filename, code_cache_, code_paths); in StartProfileSaver()
346 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()
897 if (!code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeCompileMethod()
907 if (!code_cache_->IsOsrCompiled(method)) { in MaybeCompileMethod()
1028 code_cache_->SetGarbageCollectCode(!jit_generate_debug_info_(jit_compiler_handle_) && in PostForkChildAction()
1041 code_cache_->SetGarbageCollectCode(false); in PostForkChildAction()