Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/
Dpygote_space_allocator-inl.h48 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 …]
Dpygote_space_allocator.h81 return live_bitmaps_; in GetLiveBitmaps()
101 BitmapList live_bitmaps_; variable