Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h84 size_t GetCodeCacheMaxCapacity() const { in GetCodeCacheMaxCapacity() function
Djit.cc206 << ", max_capacity=" << PrettySize(options->GetCodeCacheMaxCapacity()) in Create()