Home | History | Annotate | Download | only in heap

Lines Matching refs:HeapIterator

2029   friend class HeapIterator;
2192 // A HeapIterator provides iteration over the whole heap. It
2196 // HeapIterator ensures there is no allocation during its lifetime
2199 // HeapIterator can skip free list nodes (that is, de-allocated heap
2206 class HeapIterator BASE_EMBEDDED {
2210 explicit HeapIterator(Heap* heap);
2211 HeapIterator(Heap* heap, HeapObjectsFiltering filtering);
2212 ~HeapIterator();