Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.h188 static constexpr size_t kReservedCapacity = kInitialCapacity * 4; variable
H A Djit_code_cache.cc1088 } else if (private_region_.GetCurrentCapacity() < kReservedCapacity) { in ShouldDoFullCollection()