Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h58 return code_cache_.get(); in GetCodeCache()
61 return code_cache_.get(); in GetCodeCache()
86 std::unique_ptr<jit::JitCodeCache> code_cache_; variable
Djit.cc47 os << "Code cache size=" << PrettySize(code_cache_->CodeCacheSize()) in DumpInfo()
48 << " data cache size=" << PrettySize(code_cache_->DataCacheSize()) in DumpInfo()
49 << " num methods=" << code_cache_->NumMethods() in DumpInfo()
70 jit->code_cache_.reset(JitCodeCache::Create(options->GetCodeCacheCapacity(), error_msg)); in Create()