Searched refs:IsAtMaxCapacity (Results 1 – 2 of 2) sorted by relevance
463 bool IsAtMaxCapacity() const REQUIRES(Locks::jit_lock_);
952 at_max_capacity = IsAtMaxCapacity(); in Reserve()1078 bool JitCodeCache::IsAtMaxCapacity() const { in IsAtMaxCapacity() function in art::jit::JitCodeCache1083 if (IsAtMaxCapacity()) { in ShouldDoFullCollection()