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 149 CHECK(!kDebugSpaces || Contains(result));
170 if (kDebugSpaces) {
204 if (kDebugSpaces) {
rosalloc_space.cc 173 CHECK(!kDebugSpaces || result == nullptr || Contains(result));
193 if (kDebugSpaces) {
224 if (kDebugSpaces) {
malloc_space.h 171 static constexpr size_t kRecentFreeCount = kDebugSpaces ? (1 << 16) : 0;
space.h 55 static constexpr bool kDebugSpaces = kIsDebugBuild;
large_object_space.cc 216 if (kDebugSpaces) {

Completed in 59 milliseconds