Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h100 size_t GetCodeCacheMaxCapacity() const { in GetCodeCacheMaxCapacity() function
Djit_code_cache.cc224 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
1826 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()
Djit.cc251 << ", max_capacity=" << PrettySize(options->GetCodeCacheMaxCapacity()) in Create()