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()
248 static const int kCheckHandleThreshold = 30 * 1024; variable
6390 CHECK_GT(HandleScope::kCheckHandleThreshold, handle_count_); in ~CheckHandleCountVisitor()