Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dspace.cc102 accounting::ContinuousSpaceBitmap::SweepWalk( in Sweep()
H A Dlarge_object_space.cc636 accounting::LargeObjectBitmap::SweepWalk(*live_bitmap, *mark_bitmap, in Sweep()
/aosp12/art/runtime/gc/accounting/
H A Dspace_bitmap.h156 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
H A Dspace_bitmap.cc155 void SpaceBitmap<kAlignment>::SweepWalk(const SpaceBitmap<kAlignment>& live_bitmap, in SweepWalk() function in art::gc::accounting::SpaceBitmap