Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h84 size_t GetCodeCacheMaxCapacity() const { in GetCodeCacheMaxCapacity() function
Djit.cc206 << ", max_capacity=" << PrettySize(options->GetCodeCacheMaxCapacity()) in Create()
Djit_code_cache.cc372 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
2256 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()