Home
last modified time | relevance | path

Searched defs:max_capacity (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit_memory_region.cc46 size_t max_capacity, in Initialize()
Djit_code_cache.cc214 size_t max_capacity = runtime->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create() local
1830 size_t max_capacity = runtime->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction() local
/art/runtime/gc/allocator/
Drosalloc.cc56 RosAlloc::RosAlloc(void* base, size_t capacity, size_t max_capacity, in RosAlloc()