Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc945 return GetCurrentRegion()->GetUsedMemoryForCode(); in CodeCacheSizeLocked()
954 return GetCurrentRegion()->GetUsedMemoryForData(); in DataCacheSizeLocked()
1745 << GetCurrentRegion()->GetUsedMemoryForCode() / KB << "KB / " in Dump()
1746 << GetCurrentRegion()->GetResidentMemoryForCode() / KB << "KB\n" in Dump()
1748 << GetCurrentRegion()->GetUsedMemoryForData() / KB << "KB / " in Dump()
1749 << GetCurrentRegion()->GetResidentMemoryForData() / KB << "KB\n"; in Dump()
1759 << "Current JIT capacity: " << PrettySize(GetCurrentRegion()->GetCurrentCapacity()) << "\n" in Dump()
1845 JitMemoryRegion* JitCodeCache::GetCurrentRegion() { in GetCurrentRegion() function in art::jit::JitCodeCache
Djit_code_cache.h401 JitMemoryRegion* GetCurrentRegion();
407 JitMemoryRegion* region = GetCurrentRegion(); in CanAllocateProfilingInfo()
Ddebugger_interface.cc249 jit::JitMemoryRegion* memory = jit_code_cache->GetCurrentRegion(); in Memory()
Djit.cc205 JitMemoryRegion* region = GetCodeCache()->GetCurrentRegion(); in CompileMethodInternal()