Home
last modified time | relevance | path

Searched refs:DumpMemAround (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact-inl.h240 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in UpdateRef()
372 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in PostCompactAddressUnchecked()
Dmark_compact.cc1545 << moving_space_bitmap_->DumpMemAround(o); in CompactPage()
/art/runtime/gc/accounting/
Dspace_bitmap.h211 std::string DumpMemAround(mirror::Object* obj) const;
Dspace_bitmap.cc120 std::string SpaceBitmap<kAlignment>::DumpMemAround(mirror::Object* obj) const { in DumpMemAround() function in art::gc::accounting::SpaceBitmap