Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5229 CheckHandleCountVisitor() : handle_count_(0) {} in CheckHandleCountVisitor()
5231 CHECK_GT(HandleScope::kCheckHandleThreshold, handle_count_); in ~CheckHandleCountVisitor()
5235 handle_count_ += end - start; in VisitRootPointers()
5239 ptrdiff_t handle_count_; member in v8::internal::CheckHandleCountVisitor