Home | History | Annotate | Download | only in src

Lines Matching refs:HeapIterator

2184 // A HeapIterator provides iteration over the whole heap. It
2188 // HeapIterator can skip free list nodes (that is, de-allocated heap
2195 class HeapIterator BASE_EMBEDDED {
2202 HeapIterator();
2203 explicit HeapIterator(HeapObjectsFiltering filtering);
2204 ~HeapIterator();