Searched refs:DumpMemAround (Results 1 – 4 of 4) sorted by relevance
240 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in UpdateRef()372 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in PostCompactAddressUnchecked()
1545 << moving_space_bitmap_->DumpMemAround(o); in CompactPage()
211 std::string DumpMemAround(mirror::Object* obj) const;
120 std::string SpaceBitmap<kAlignment>::DumpMemAround(mirror::Object* obj) const { in DumpMemAround() function in art::gc::accounting::SpaceBitmap