Home
last modified time | relevance | path

Searched refs:IncreaseCodeCacheCapacity (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/jit/
H A Djit_memory_region.h77 bool IncreaseCodeCacheCapacity() REQUIRES(Locks::jit_lock_);
H A Djit_code_cache.cc1056 IncreaseCodeCacheCapacity(self); in Reserve()
1151 void JitCodeCache::IncreaseCodeCacheCapacity(Thread* self) { in IncreaseCodeCacheCapacity() function in art::jit::JitCodeCache
1157 private_region_.IncreaseCodeCacheCapacity(); in IncreaseCodeCacheCapacity()
1481 IncreaseCodeCacheCapacity(self); in AddProfilingInfo()
H A Djit_memory_region.cc315 bool JitMemoryRegion::IncreaseCodeCacheCapacity() { in IncreaseCodeCacheCapacity() function in art::jit::JitMemoryRegion
H A Djit_code_cache.h291 void IncreaseCodeCacheCapacity(Thread* self)