Searched refs:LargeObjectBitmap (Results 1 - 10 of 10) sorted by relevance

/art/runtime/gc/accounting/
H A Dheap_bitmap.h57 void ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap, LargeObjectBitmap* new_bitmap)
67 void AddLargeObjectBitmap(LargeObjectBitmap* bitmap);
68 void RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap);
76 std::vector<LargeObjectBitmap*,
77 TrackingAllocator<LargeObjectBitmap*, kAllocatorTagHeapBitmapLOS>>
H A Dheap_bitmap.cc35 void HeapBitmap::ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap,
36 LargeObjectBitmap* new_bitmap) {
62 void HeapBitmap::AddLargeObjectBitmap(LargeObjectBitmap* bitmap) {
67 void HeapBitmap::RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap) {
H A Dspace_bitmap.h231 typedef SpaceBitmap<kLargeObjectAlignment> LargeObjectBitmap; typedef in namespace:art::gc::accounting
/art/runtime/gc/collector/
H A Dgarbage_collector.cc126 accounting::LargeObjectBitmap* live_set = space->GetLiveBitmap();
127 accounting::LargeObjectBitmap* mark_set = space->GetMarkBitmap();
H A Dmark_sweep.cc1070 accounting::LargeObjectBitmap* large_live_objects = large_object_space->GetLiveBitmap();
1071 accounting::LargeObjectBitmap* large_mark_objects = large_object_space->GetMarkBitmap();
H A Dsemi_space.cc381 accounting::LargeObjectBitmap* large_live_bitmap = large_object_space->GetLiveBitmap();
/art/runtime/gc/space/
H A Dspace.cc76 live_bitmap_.reset(accounting::LargeObjectBitmap::Create("large live objects", nullptr,
79 mark_bitmap_.reset(accounting::LargeObjectBitmap::Create("large marked objects", nullptr,
H A Dspace.h327 accounting::LargeObjectBitmap* GetLiveBitmap() const {
331 accounting::LargeObjectBitmap* GetMarkBitmap() const {
344 std::unique_ptr<accounting::LargeObjectBitmap> live_bitmap_;
345 std::unique_ptr<accounting::LargeObjectBitmap> mark_bitmap_;
H A Dlarge_object_space.cc499 accounting::LargeObjectBitmap* bitmap = space->GetLiveBitmap();
512 accounting::LargeObjectBitmap* live_bitmap = GetLiveBitmap();
513 accounting::LargeObjectBitmap* mark_bitmap = GetMarkBitmap();
518 accounting::LargeObjectBitmap::SweepWalk(*live_bitmap, *mark_bitmap,
/art/runtime/gc/
H A Dheap.cc2080 accounting::LargeObjectBitmap* large_objects,

Completed in 140 milliseconds