Home
last modified time | relevance | path

Searched refs:private_region_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc247 jit_code_cache->private_region_ = std::move(region); in Create()
276 if (private_region_.HasCodeMapping()) { in ~JitCodeCache()
277 const MemMap* exec_pages = private_region_.GetExecPages(); in ~JitCodeCache()
287 return private_region_.IsInExecSpace(ptr); in PrivateRegionContainsPc()
420 uint8_t* roots_data = private_region_.IsInDataSpace(root_table) in SweepRootTables()
421 ? private_region_.GetWritableDataAddress(root_table) in SweepRootTables()
478 FreeLocked(&private_region_, reinterpret_cast<uint8_t*>(allocation), data); in FreeCodeAndData()
494 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders()
591 private_region_.FreeWritableData(reinterpret_cast<uint8_t*>(info)); in RemoveMethodsIn()
834 ScopedCodeCacheWrite ccw(private_region_); in RemoveMethodLocked()
[all …]
Djit_code_cache.h331 return private_region_.OwnsSpace(mspace) || shared_region_.OwnsSpace(mspace); in OwnsSpace()
534 JitMemoryRegion private_region_; variable