Searched refs:heap_iterator_depth_ (Results 1 – 2 of 2) sorted by relevance
1946 void heap_iterator_start() { heap_iterator_depth_++; } in heap_iterator_start()1948 void heap_iterator_end() { heap_iterator_depth_--; } in heap_iterator_end()1950 bool in_heap_iterator() { return heap_iterator_depth_ > 0; } in in_heap_iterator()2413 int heap_iterator_depth_; variable
168 heap_iterator_depth_(0), in Heap()