Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Ddlmalloc_space.cc389 if (code_cache->OwnsSpace(mspace)) { in ArtDlMallocMoreCore()
/art/runtime/jit/
Djit_code_cache.h218 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace() function