Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5227 class CheckHandleCountVisitor : public RootVisitor { class
5229 CheckHandleCountVisitor() : handle_count_(0) {} in CheckHandleCountVisitor() function in v8::internal::CheckHandleCountVisitor
5230 ~CheckHandleCountVisitor() override { in ~CheckHandleCountVisitor()
5244 CheckHandleCountVisitor v; in CheckHandleCount()