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

  /art/runtime/gc/space/
dlmalloc_space.cc 128 size_t bitmap_index = bitmap_index_++; local
134 StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
136 DCHECK(live_bitmap_.get() != NULL) << "could not create allocspace live bitmap #" << bitmap_index;
139 StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
141 DCHECK(live_bitmap_.get() != NULL) << "could not create allocspace mark bitmap #" << bitmap_index;
image_space.cc 204 size_t bitmap_index = bitmap_index_.fetch_add(1); local
206 bitmap_index));

Completed in 818 milliseconds