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.cc187 CHECK(!kDebugSpaces || Contains(result)); in AllocWithGrowth()
228 if (kDebugSpaces) { in Free()
262 if (kDebugSpaces) { in FreeList()
Drosalloc_space.cc220 CHECK(!kDebugSpaces || result == nullptr || Contains(result)); in AllocWithGrowth()
261 if (kDebugSpaces) { in Free()
292 if (kDebugSpaces) { in FreeList()
Dmalloc_space.h178 static constexpr size_t kRecentFreeCount = kDebugSpaces ? (1 << 16) : 0;
Dspace.h55 static constexpr bool kDebugSpaces = kIsDebugBuild; variable
Dlarge_object_space.cc222 if (kDebugSpaces) { in FreeList()