Searched defs:clear (Results 1 - 4 of 4) sorted by relevance

/art/runtime/base/
H A Dbounded_fifo.h33 clear();
36 void clear() { function in class:art::BoundedFifoPowerOfTwo
H A Dstringpiece.h64 void clear() { function in class:art::StringPiece
/art/runtime/
H A Dsafe_map.h54 void clear() { map_.clear(); } function in class:art::SafeMap
/art/runtime/gc/collector/
H A Dmark_sweep.cc338 // optimization that enables us to not clear live bits inside of the sweep. Only swaps unbound
579 // Visit all runtime roots and clear dirty flags.
1174 // Don't bother un-marking since we clear the mark bitmap anyways.
1467 Object* clear = NULL; local
1488 heap_->EnqueuePendingReference(ref, &clear);
1491 *list = clear;
1519 // Referent is white, clear it.
1568 // Unless we are in the zygote or required to clear soft references

Completed in 179 milliseconds