Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc70 jit->code_cache_.reset(JitCodeCache::Create(options->GetCodeCacheCapacity(), error_msg)); in Create()
75 << PrettySize(options->GetCodeCacheCapacity()) in Create()
Djit.h98 size_t GetCodeCacheCapacity() const { in GetCodeCacheCapacity() function