Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h94 size_t GetCodeCacheMaxCapacity() const { in GetCodeCacheMaxCapacity() function
Djit_code_cache.cc214 size_t max_capacity = runtime->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
1925 size_t max_capacity = runtime->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()
Djit.cc216 << ", max_capacity=" << PrettySize(options->GetCodeCacheMaxCapacity()) in Create()