Searched refs:live_bitmaps_ (Results 1 – 2 of 2) sorted by relevance
48 for (const auto &bitmap : live_bitmaps_) { in ~PygoteSpaceAllocator()67 if (!live_bitmaps_.empty()) { in SetState()68 for (auto bitmap : live_bitmaps_) { in SetState()134 live_bitmaps_.back()->Set(obj); // mark live in bitmap in Alloc()145 if (!live_bitmaps_.empty()) { in Free()146 for (auto bitmap : live_bitmaps_) { in Free()185 if (!live_bitmaps_.empty()) { in IsLive()186 for (auto bitmap : live_bitmaps_) { in IsLive()210 live_bitmaps_.emplace_back(bitmap_obj); in CreateLiveBitmap()216 for (auto bitmap : live_bitmaps_) { in ClearLiveBitmaps()[all …]
81 return live_bitmaps_; in GetLiveBitmaps()101 BitmapList live_bitmaps_; variable