Home
last modified time | relevance | path

Searched refs:bitmap_index (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.cc62 size_t bitmap_index = bitmap_index_++; in MallocSpace() local
67 StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)), in MallocSpace()
70 << bitmap_index; in MallocSpace()
72 StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)), in MallocSpace()
74 CHECK(mark_bitmap_.IsValid()) << "could not create allocspace mark bitmap #" << bitmap_index; in MallocSpace()
Dimage_space.cc709 const uint32_t bitmap_index = ImageSpace::bitmap_index_.fetch_add(1); in Init() local
712 bitmap_index)); in Init()