Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h470 bool IsAtMaxCapacity() const REQUIRES(Locks::jit_lock_);
Djit_code_cache.cc987 at_max_capacity = IsAtMaxCapacity(); in Reserve()
1113 bool JitCodeCache::IsAtMaxCapacity() const { in IsAtMaxCapacity() function in art::jit::JitCodeCache
1118 if (IsAtMaxCapacity()) { in ShouldDoFullCollection()