Home
last modified time | relevance | path

Searched refs:heap_iterator_depth_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.h2136 void heap_iterator_start() { heap_iterator_depth_++; } in heap_iterator_start()
2138 void heap_iterator_end() { heap_iterator_depth_--; } in heap_iterator_end()
2140 bool in_heap_iterator() { return heap_iterator_depth_ > 0; } in in_heap_iterator()
2466 int heap_iterator_depth_; variable
H A Dheap.cc225 heap_iterator_depth_(0), in Heap()