Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h326 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace() function
327 return private_region_.OwnsSpace(mspace) || shared_region_.OwnsSpace(mspace); in OwnsSpace()
Djit_memory_region.h155 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace() function
Djit_code_cache.cc1609 return shared_region_.OwnsSpace(mspace) in MoreCore()
/art/runtime/gc/space/
Ddlmalloc_space.cc389 if (code_cache->OwnsSpace(mspace)) { in ArtDlMallocMoreCore()