Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h96 size_t GetCodeCacheMaxCapacity() const { in GetCodeCacheMaxCapacity() function
Djit_code_cache.cc223 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
1970 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()
Djit.cc249 << ", max_capacity=" << PrettySize(options->GetCodeCacheMaxCapacity()) in Create()