Searched refs:DumpMemAround (Results 1 – 4 of 4) sorted by relevance
217 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
244 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in UpdateRef()391 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in PostCompactAddressUnchecked()
1677 << "ref=" << o << " bitmap: " << moving_space_bitmap_->DumpMemAround(o); in CompactPage()