Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Ddlmalloc_space.cc386 if (UNLIKELY(dlmalloc_space == nullptr || dlmalloc_space->GetMspace() != mspace)) { in ArtDlMallocMoreCore()
397 if (cur_dlmalloc_space->GetMspace() == mspace) { in ArtDlMallocMoreCore()
Ddlmalloc_space.h108 void* GetMspace() const { in GetMspace() function