Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmalloc_space.cc51 size_t bitmap_index = bitmap_index_++; in MallocSpace() local
56 StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)), in MallocSpace()
59 << bitmap_index; in MallocSpace()
61 StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)), in MallocSpace()
64 << bitmap_index; in MallocSpace()
Dimage_space.cc638 const uint32_t bitmap_index = ImageSpace::bitmap_index_.FetchAndAddSequentiallyConsistent(1); in Init() local
641 bitmap_index)); in Init()