Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_memory_region.cc46 size_t max_capacity, in Initialize()
H A Djit_code_cache.cc224 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create() local
1826 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction() local
/aosp12/art/runtime/gc/allocator/
H A Drosalloc.cc56 RosAlloc::RosAlloc(void* base, size_t capacity, size_t max_capacity, in RosAlloc()