Home
last modified time | relevance | path

Searched refs:temp_bitmap_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dspace.cc110 temp_bitmap_ = std::move(mark_bitmap_); in BindLiveToMarkBitmap()
124 mark_bitmap_ = std::move(temp_bitmap_); in UnBindBitmaps()
Dmalloc_space.cc284 if (temp_bitmap_.IsValid()) { in ClampGrowthLimit()
286 temp_bitmap_.SetHeapSize(new_capacity); in ClampGrowthLimit()
Dspace.h448 return &temp_bitmap_; in GetTempBitmap()
457 accounting::ContinuousSpaceBitmap temp_bitmap_; variable