Searched refs:OwnsSpace (Results 1 – 4 of 4) sorted by relevance
330 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace() function331 return private_region_.OwnsSpace(mspace) || shared_region_.OwnsSpace(mspace); in OwnsSpace()
154 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace() function
1430 return shared_region_.OwnsSpace(mspace) in MoreCore()
451 if (code_cache->OwnsSpace(mspace)) { in ArtDlMallocMoreCore()