Lines Matching refs:shared_region_
245 jit_code_cache->shared_region_ = std::move(region); in Create()
262 zygote_map_(&shared_region_), in JitCodeCache()
280 if (shared_region_.HasCodeMapping()) { in ~JitCodeCache()
281 const MemMap* exec_pages = shared_region_.GetExecPages(); in ~JitCodeCache()
291 return PrivateRegionContainsPc(ptr) || shared_region_.IsInExecSpace(ptr); in ContainsPc()
422 : shared_region_.GetWritableDataAddress(root_table); in SweepRootTables()
1328 if (shared_region_.IsInExecSpace(pc_ptr)) { in LookupMethodHeader()
1430 return shared_region_.OwnsSpace(mspace) in MoreCore()
1431 ? shared_region_.MoreCore(mspace, increment) in MoreCore()
1752 << shared_region_.GetUsedMemoryForCode() / KB << "KB / " in Dump()
1753 << shared_region_.GetResidentMemoryForCode() / KB << "KB\n" in Dump()
1755 << shared_region_.GetUsedMemoryForData() / KB << "KB / " in Dump()
1756 << shared_region_.GetResidentMemoryForData() / KB << "KB\n"; in Dump()
1812 shared_region_.ResetWritableMappings(); in PostForkChildAction()
1846 return Runtime::Current()->IsZygote() ? &shared_region_ : &private_region_; in GetCurrentRegion()