Home
last modified time | relevance | path

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

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