Home | History | Annotate | Download | only in heap

Lines Matching refs:HeapIterator

3107   // the heap using HeapIterator, we can update the live byte count. We cannot
3108 // update while using HeapIterator because the iterator is temporarily
5133 HeapIterator iterator(this);
5798 HeapIterator iterator(this);
6071 HeapIterator::HeapIterator(Heap* heap,
6072 HeapIterator::HeapObjectsFiltering filtering)
6094 HeapIterator::~HeapIterator() {
6108 HeapObject* HeapIterator::next() {
6117 HeapObject* HeapIterator::NextObject() {