Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dhandles-inl.h140 DCHECK_LT(after - before, kCheckHandleThreshold); in CloseScope()
141 DCHECK_LT(before, kCheckHandleThreshold); in CloseScope()
Dhandles.h244 static const int kCheckHandleThreshold = 30 * 1024; variable
/external/v8/src/heap/
Dheap.cc5643 CHECK_GT(HandleScope::kCheckHandleThreshold, handle_count_); in ~CheckHandleCountVisitor()