OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sweep
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/collector/
sticky_mark_sweep.h
50
void
Sweep
(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
sticky_mark_sweep.cc
57
void StickyMarkSweep::
Sweep
(bool swap_bitmaps) {
mark_sweep.h
141
virtual void
Sweep
(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
146
//
Sweep
only pointers within an array. WARNING: Trashes objects.
288
// Special
sweep
for zygote that just marks objects / dirties cards.
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 177 milliseconds