Searched refs:new_bitmap (Results 1 – 3 of 3) sorted by relevance
27 ContinuousSpaceBitmap* new_bitmap) { in ReplaceBitmap() argument32 *it = new_bitmap; in ReplaceBitmap()36 LargeObjectBitmap* new_bitmap) { in ReplaceLargeObjectBitmap() argument40 *it = new_bitmap; in ReplaceLargeObjectBitmap()
59 void ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap, ContinuousSpaceBitmap* new_bitmap)63 void ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap, LargeObjectBitmap* new_bitmap)
128 accounting::ContinuousSpaceBitmap* new_bitmap = temp_bitmap_.release(); in UnBindBitmaps() local129 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap); in UnBindBitmaps()131 mark_bitmap_.reset(new_bitmap); in UnBindBitmaps()