Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5884 CheckHandleCountVisitor() : handle_count_(0) {} in CheckHandleCountVisitor()
5886 CHECK(handle_count_ < HandleScope::kCheckHandleThreshold); in ~CheckHandleCountVisitor()
5889 handle_count_ += end - start; in VisitPointers()
5893 ptrdiff_t handle_count_; member in v8::internal::CheckHandleCountVisitor