Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5940 CheckHandleCountVisitor() : handle_count_(0) {} in CheckHandleCountVisitor()
5942 CHECK(handle_count_ < HandleScope::kCheckHandleThreshold); in ~CheckHandleCountVisitor()
5945 handle_count_ += end - start; in VisitPointers()
5949 ptrdiff_t handle_count_; member in v8::internal::CheckHandleCountVisitor