Searched refs:kCheckHandleThreshold (Results 1 – 3 of 3) sorted by relevance
49 DCHECK(after - before < kCheckHandleThreshold); in ~HandleScope()50 DCHECK(before < kCheckHandleThreshold); in ~HandleScope()
284 static const int kCheckHandleThreshold = 30 * 1024; variable
5483 CHECK(handle_count_ < HandleScope::kCheckHandleThreshold); in ~CheckHandleCountVisitor()