Searched refs:GetCodeCacheMaxCapacity (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jit/ | ||
D | jit.h | 84 size_t GetCodeCacheMaxCapacity() const { in GetCodeCacheMaxCapacity() function |
D | jit.cc | 206 << ", max_capacity=" << PrettySize(options->GetCodeCacheMaxCapacity()) in Create() |