Searched refs:handle_count_ (Results 1 – 1 of 1) sorted by relevance
5229 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