Searched refs:OwnsSpace (Results 1 – 4 of 4) sorted by relevance
321 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace() function322 return private_region_.OwnsSpace(mspace) || shared_region_.OwnsSpace(mspace); in OwnsSpace()
155 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace() function
1481 return shared_region_.OwnsSpace(mspace) in MoreCore()
393 if (code_cache->OwnsSpace(mspace)) { in ArtDlMallocMoreCore()