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

  /art/runtime/gc/collector/
sticky_mark_sweep.h 46 void Sweep(bool swap_bitmaps)
sticky_mark_sweep.cc 59 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) {
mark_compact.cc 250 Sweep(false);
252 // optimization that enables us to not clear live bits inside of the sweep. Only swaps unbound
544 void MarkCompact::Sweep(bool swap_bitmaps) {
555 RecordFree(alloc_space->Sweep(swap_bitmaps));
565 RecordFreeLOS(los->Sweep(swap_bitmaps));
mark_compact.h 109 void Sweep(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_, Locks::mutator_lock_);
144 // Returns true if we should sweep the space.
semi_space.cc 440 Sweep(false);
442 // optimization that enables us to not clear live bits inside of the sweep. Only swaps unbound
666 void SemiSpace::Sweep(bool swap_bitmaps) {
677 RecordFree(alloc_space->Sweep(swap_bitmaps));
690 RecordFreeLOS(los->Sweep(swap_bitmaps));
    [all...]
semi_space.h 138 virtual void Sweep(bool swap_bitmaps)
182 // Returns true if we should sweep the space.
concurrent_copying.h 159 void Sweep(bool swap_bitmaps)
mark_sweep.h 149 // all allocation spaces. Partial and sticky GCs want to just sweep a subset of the heap.
150 virtual void Sweep(bool swap_bitmaps)
157 // Sweep only pointers within an array. WARNING: Trashes objects.
mark_sweep.cc 95 (is_concurrent ? "concurrent mark sweep": "mark sweep")),
100 mark_stack_lock_("mark sweep mark stack lock", kMarkSweepMarkStackLock),
105 "mark sweep sweep array free buffer", nullptr,
108 CHECK(mem_map != nullptr) << "Couldn't allocate sweep array free buffer: " << error_msg;
166 // Sweeping always done concurrently, even for non concurrent mark sweep.
206 // weak before we sweep them. Since this new system weak may not be marked, the GC may
207 // incorrectly sweep it. This also fixes a race where interning may attempt to return a strong
329 Sweep(false)
    [all...]
concurrent_copying.cc 45 "concurrent copying + mark sweep"),
    [all...]
  /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.));
  /art/runtime/gc/space/
image_space.h 109 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) {
space.cc 89 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) {
large_object_space.h 77 collector::ObjectBytePair Sweep(bool swap_bitmaps);
space.h 440 collector::ObjectBytePair Sweep(bool swap_bitmaps);
large_object_space.cc 598 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) {
  /external/v8/src/heap/
mark-compact.cc 546 // We were not able to sweep that page, i.e., a concurrent
942 // Marking all live objects in the heap as part of mark-sweep or mark-compact
    [all...]

Completed in 650 milliseconds