Searched refs:kApproxMaxEntryCount (Results 1 – 3 of 3) sorted by relevance
248 if (Entry32Count() + Entry64Count() > ConstantPool::kApproxMaxEntryCount) { in RecordKey()362 if (Entry32Count() + Entry64Count() > ConstantPool::kApproxMaxEntryCount) { in ShouldEmitNow()
312 static const size_t kApproxMaxEntryCount; variable
4456 const size_t ConstantPool::kApproxMaxEntryCount = 512; member in v8::internal::ConstantPool