Home
last modified time | relevance | path

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

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