Home
last modified time | relevance | path

Searched refs:kDebugSpaces (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/space/
Ddlmalloc_space-inl.h61 if (kDebugSpaces) { in AllocWithoutGrowthLocked()
Drosalloc_space-inl.h46 if (kDebugSpaces) { in AllocCommon()
Ddlmalloc_space.cc149 CHECK(!kDebugSpaces || Contains(result)); in AllocWithGrowth()
170 if (kDebugSpaces) { in Free()
204 if (kDebugSpaces) { in FreeList()
Drosalloc_space.cc173 CHECK(!kDebugSpaces || result == nullptr || Contains(result)); in AllocWithGrowth()
193 if (kDebugSpaces) { in Free()
224 if (kDebugSpaces) { in FreeList()
Dmalloc_space.h171 static constexpr size_t kRecentFreeCount = kDebugSpaces ? (1 << 16) : 0;
Dspace.h55 static constexpr bool kDebugSpaces = kIsDebugBuild; variable
Dlarge_object_space.cc216 if (kDebugSpaces) { in FreeList()