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

  /art/runtime/gc/collector/
sticky_mark_sweep.h 45 void Sweep(bool swap_bitmaps) OVERRIDE
sticky_mark_sweep.cc 58 void StickyMarkSweep::Sweep(bool swap_bitmaps) {
mark_compact.cc 267 Sweep(false);
269 // optimization that enables us to not clear live bits inside of the sweep. Only swaps unbound
530 void MarkCompact::Sweep(bool swap_bitmaps) {
541 RecordFree(alloc_space->Sweep(swap_bitmaps));
549 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps));
mark_compact.h 109 void Sweep(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
161 // Returns true if we should sweep the space.
semi_space.cc 395 Sweep(false);
397 // optimization that enables us to not clear live bits inside of the sweep. Only swaps unbound
636 void SemiSpace::Sweep(bool swap_bitmaps) {
647 RecordFree(alloc_space->Sweep(swap_bitmaps));
658 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps));
    [all...]
semi_space.h 128 virtual void Sweep(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
183 // Returns true if we should sweep the space.
mark_sweep.cc 97 (is_concurrent ? "concurrent mark sweep": "mark sweep")),
100 mark_stack_lock_("mark sweep mark stack lock", kMarkSweepMarkStackLock),
104 "mark sweep sweep array free buffer", nullptr,
107 CHECK(mem_map != nullptr) << "Couldn't allocate sweep array free buffer: " << error_msg;
163 // Sweeping always done concurrently, even for non concurrent mark sweep.
201 // weak before we sweep them. Since this new system weak may not be marked, the GC may
202 // incorrectly sweep it. This also fixes a race where interning may attempt to return a strong
292 Sweep(false)
    [all...]
mark_sweep.h 138 // all allocation spaces. Partial and sticky GCs want to just sweep a subset of the heap.
139 virtual void Sweep(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
144 // Sweep only pointers within an array. WARNING: Trashes objects.
  /art/runtime/gc/space/
image_space.h 101 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) {
space.cc 84 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) {
large_object_space.h 69 collector::ObjectBytePair Sweep(bool swap_bitmaps);
space.h 420 collector::ObjectBytePair Sweep(bool swap_bitmaps);
large_object_space.cc 508 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Sweep.java 25 public class Sweep extends GraphicsActivity {
76 android.util.Log.d("skia", "sweep ms = " + (now/20.));
  /external/chromium_org/v8/src/heap/
mark-compact.cc 1003 // Marking all live objects in the heap as part of mark-sweep or mark-compact
    [all...]

Completed in 220 milliseconds