Searched refs:GetCurrentCapacity (Results 1 – 2 of 2) sorted by relevance
159 size_t GetCurrentCapacity() const REQUIRES(Locks::jit_lock_) { in GetCurrentCapacity() function
1114 return private_region_.GetCurrentCapacity() == private_region_.GetMaxCapacity(); in IsAtMaxCapacity()1121 } else if (private_region_.GetCurrentCapacity() < kReservedCapacity) { in ShouldDoFullCollection()1151 private_region_.GetExecPages()->Begin() + private_region_.GetCurrentCapacity() / 2))); in GarbageCollectCache()1923 << "Current JIT capacity: " << PrettySize(GetCurrentRegion()->GetCurrentCapacity()) << "\n" in Dump()