Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.cc920 return GetCurrentRegion()->GetUsedMemoryForCode(); in CodeCacheSizeLocked()
929 return GetCurrentRegion()->GetUsedMemoryForData(); in DataCacheSizeLocked()
1765 << GetCurrentRegion()->GetUsedMemoryForCode() / KB << "KB / " in Dump()
1766 << GetCurrentRegion()->GetResidentMemoryForCode() / KB << "KB\n" in Dump()
1768 << GetCurrentRegion()->GetUsedMemoryForData() / KB << "KB / " in Dump()
1769 << GetCurrentRegion()->GetResidentMemoryForData() / KB << "KB\n"; in Dump()
1779 << "Current JIT capacity: " << PrettySize(GetCurrentRegion()->GetCurrentCapacity()) << "\n" in Dump()
1837 JitMemoryRegion* JitCodeCache::GetCurrentRegion() { in GetCurrentRegion() function in art::jit::JitCodeCache
H A Djit_code_cache.h387 JitMemoryRegion* GetCurrentRegion();
393 JitMemoryRegion* region = GetCurrentRegion(); in CanAllocateProfilingInfo()
H A Ddebugger_interface.cc243 jit::JitMemoryRegion* memory = jit_code_cache->GetCurrentRegion(); in Memory()
H A Djit.cc327 JitMemoryRegion* region = GetCodeCache()->GetCurrentRegion(); in CompileMethod()