Lines Matching refs:kMaxItemCount
1445 string_count_ > kMaxItemCount) {
1449 STATIC_ASSERT(kMaxItemCount <= FixedArray::kMaxLength);
1495 if (!deserializer_.ReadUint32(&map_count_) || map_count_ > kMaxItemCount) {
1499 STATIC_ASSERT(kMaxItemCount <= FixedArray::kMaxLength);
1523 prototype_id > kMaxItemCount) {
1599 context_count_ > kMaxItemCount) {
1603 STATIC_ASSERT(kMaxItemCount <= FixedArray::kMaxLength);
1808 function_count_ > kMaxItemCount) {
1812 STATIC_ASSERT(kMaxItemCount + 1 <= FixedArray::kMaxLength);
1876 class_count_ > kMaxItemCount) {
1880 STATIC_ASSERT(kMaxItemCount + 1 <= FixedArray::kMaxLength);
1935 object_count_ > kMaxItemCount) {
1939 STATIC_ASSERT(kMaxItemCount <= FixedArray::kMaxLength);
1980 max_element_index > kMaxItemCount + 1) {
2015 object_count_ > kMaxItemCount) {
2019 STATIC_ASSERT(kMaxItemCount <= FixedArray::kMaxLength);
2024 if (!deserializer_.ReadUint32(&length) || length > kMaxItemCount) {
2047 if (!deserializer_.ReadUint32(&count) || count > kMaxItemCount) {
2189 if (!deserializer_.ReadUint32(&array_id) || array_id >= kMaxItemCount) {
2203 if (!deserializer_.ReadUint32(&object_id) || object_id > kMaxItemCount) {
2232 if (!deserializer_.ReadUint32(&class_id) || class_id >= kMaxItemCount) {
2276 if (!deserializer_.ReadUint32(&object_id) || object_id > kMaxItemCount + 1) {