Searched refs:kCheckHandleThreshold (Results 1 – 3 of 3) sorted by relevance
140 DCHECK_LT(after - before, kCheckHandleThreshold); in CloseScope()141 DCHECK_LT(before, kCheckHandleThreshold); in CloseScope()
244 static const int kCheckHandleThreshold = 30 * 1024; variable
5643 CHECK_GT(HandleScope::kCheckHandleThreshold, handle_count_); in ~CheckHandleCountVisitor()