Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.h159 size_t GetCurrentCapacity() const REQUIRES(Locks::jit_lock_) { in GetCurrentCapacity() function
Djit_code_cache.cc1114 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()