Searched refs:heap_iterator_depth_ (Results 1 – 2 of 2) sorted by relevance
1887 void heap_iterator_start() { heap_iterator_depth_++; } in heap_iterator_start()1889 void heap_iterator_end() { heap_iterator_depth_--; } in heap_iterator_end()1891 bool in_heap_iterator() { return heap_iterator_depth_ > 0; } in in_heap_iterator()2229 int heap_iterator_depth_; variable
228 heap_iterator_depth_(0), in Heap()