HomeSort by relevance Sort by last modified time
    Searched refs:kDebugSpaces (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/space/
dlmalloc_space-inl.h 61 if (kDebugSpaces) {
rosalloc_space-inl.h 46 if (kDebugSpaces) {
dlmalloc_space.cc 187 CHECK(!kDebugSpaces || Contains(result));
228 if (kDebugSpaces) {
262 if (kDebugSpaces) {
rosalloc_space.cc 220 CHECK(!kDebugSpaces || result == nullptr || Contains(result));
261 if (kDebugSpaces) {
292 if (kDebugSpaces) {
malloc_space.h 178 static constexpr size_t kRecentFreeCount = kDebugSpaces ? (1 << 16) : 0;
space.h 55 static constexpr bool kDebugSpaces = kIsDebugBuild;
large_object_space.cc 217 if (kDebugSpaces) {

Completed in 152 milliseconds