Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.h163 size_t GetMaxCapacity() const REQUIRES(Locks::jit_lock_) { in GetMaxCapacity() function
Djit_code_cache.cc1114 return private_region_.GetCurrentCapacity() == private_region_.GetMaxCapacity(); in IsAtMaxCapacity()