Home | History | Annotate | Download | only in heap

Lines Matching refs:heap_iterator_depth_

1887   void heap_iterator_start() { heap_iterator_depth_++; }
1889 void heap_iterator_end() { heap_iterator_depth_--; }
1891 bool in_heap_iterator() { return heap_iterator_depth_ > 0; }
2229 int heap_iterator_depth_;