Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5938 class CheckHandleCountVisitor : public ObjectVisitor { class
5940 CheckHandleCountVisitor() : handle_count_(0) {} in CheckHandleCountVisitor() function in v8::internal::CheckHandleCountVisitor
5941 ~CheckHandleCountVisitor() override { in ~CheckHandleCountVisitor()
5954 CheckHandleCountVisitor v; in CheckHandleCount()