Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1946 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
Dheap.cc168 heap_iterator_depth_(0), in Heap()