HomeSort by relevance Sort by last modified time
    Searched defs:Sweep (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/collector/
sticky_mark_sweep.cc 57 void StickyMarkSweep::Sweep(bool swap_bitmaps) {
mark_sweep.cc 134 (is_concurrent ? "concurrent mark sweep": "mark sweep")),
146 large_object_lock_("mark sweep large object lock", kMarkSweepLargeObjectLock),
147 mark_stack_lock_("mark sweep mark stack lock", kMarkSweepMarkStackLock),
215 // This second sweep makes sure that we don't have any objects in the live stack which point to
229 // weak before we sweep them. Since this new system weak may not be marked, the GC may
230 // incorrectly sweep it. This also fixes a race where interning may attempt to return a strong
276 // Mark everything allocated since the last as GC live so that we can sweep concurrently,
335 Sweep(false);
338 // optimization that enables us to not clear live bits inside of the sweep. Only swaps unboun
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Sweep.java 25 public class Sweep extends GraphicsActivity {
75 android.util.Log.d("skia", "sweep ms = " + (now/20.));

Completed in 159 milliseconds