Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Djit_options.h64 size_t GetCodeCacheMaxCapacity() const { in GetCodeCacheMaxCapacity() function
H A Djit_code_cache.cc216 size_t max_capacity = runtime->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
1927 size_t max_capacity = runtime->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()
H A Djit.cc117 << ", max_capacity=" << PrettySize(options->GetCodeCacheMaxCapacity()) in Create()