/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 461 CHECK_LE(map().EnumLength(), keys.length()); in JSObjectVerify() 607 CHECK_LE(ArrayList::kLengthIndex, length()); in ArrayListVerify() 608 CHECK_LE(0, Length()); in ArrayListVerify() 682 CHECK_LE(number_of_descriptors(), number_of_all_descriptors()); in DescriptorArrayVerify() 717 CHECK_LE(LengthFor(number_of_transitions()), length()); in TransitionArrayVerify() 755 CHECK_LE(maxMappedIndex, mappedIndex); in SloppyArgumentsElementsVerify() 763 CHECK_LE(nofMappedParameters, context_object.length()); in SloppyArgumentsElementsVerify() 764 CHECK_LE(nofMappedParameters, arg_elements.length()); in SloppyArgumentsElementsVerify() 765 CHECK_LE(maxMappedIndex, context_object.length()); in SloppyArgumentsElementsVerify() 766 CHECK_LE(maxMappedInde in SloppyArgumentsElementsVerify() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | node-properties.h | 64 CHECK_LE(0, index); in GetValueInput() 70 CHECK_LE(0, index); in GetValueInput() 86 CHECK_LE(0, index); in GetEffectInput() 92 CHECK_LE(0, index); in GetControlInput()
|
H A D | operator.cc | 20 CHECK_LE(val, std::min(static_cast<size_t>(std::numeric_limits<N>::max()), in CheckRange()
|
H A D | node-properties.cc | 93 CHECK_LE(0, index); in ReplaceValueInput() 119 CHECK_LE(0, index); in ReplaceControlInput() 127 CHECK_LE(0, index); in ReplaceEffectInput()
|
H A D | bytecode-analysis.h | 132 CHECK_LE(0, osr_entry_point_); in osr_entry_point()
|
/third_party/node/src/crypto/ |
H A D | crypto_bio.cc | 266 CHECK_LE(read_head_->read_pos_, read_head_->write_pos_); in Read() 323 CHECK_LE(current->read_pos_, current->write_pos_); in IndexOf() 365 CHECK_LE(write_head_->write_pos_, write_head_->len_); in Write() 381 CHECK_LE(write_head_->write_pos_, write_head_->len_); in Write() 412 CHECK_LE(write_head_->write_pos_, write_head_->len_); in Commit()
|
H A D | crypto_keygen.cc | 77 CHECK_LE(params->length, INT_MAX); in DoKeyGen()
|
H A D | crypto_cipher.cc | 714 CHECK_LE(cipher->auth_tag_len_, sizeof(cipher->auth_tag_)); in Init() 834 CHECK_LE(static_cast<size_t>(buf_len), (*out)->ByteLength()); in Init() 925 CHECK_LE(static_cast<size_t>(out_len), (*out)->ByteLength()); in Init() 1029 CHECK_LE(out_len, (*out)->ByteLength()); in Init()
|
/third_party/node/src/ |
H A D | string_search.h | 232 CHECK_LE(pos, max_n); in FindFirstCharacter() 233 CHECK_LE(max_n - pos, SIZE_MAX / sizeof(Char)); in FindFirstCharacter() 236 CHECK_LE(pos, subject.length()); in FindFirstCharacter() 237 CHECK_LE(subject.length() - pos, SIZE_MAX / sizeof(Char)); in FindFirstCharacter() 315 CHECK_LE(i, n); in LinearSearch() 556 CHECK_LE(i, n); in InitialSearch()
|
H A D | node_sockaddr-inl.h | 137 CHECK_LE(label, kLabelMask); in set_flow_label() 151 CHECK_LE(len, sizeof(address_)); in Update() 156 CHECK_LE(len, sizeof(address_)); in Update()
|
H A D | node_blob.cc | 168 CHECK_LE(total, len); in GetArrayBuffer() 176 CHECK_LE(start, length()); in Slice() 177 CHECK_LE(end, length()); in Slice() 178 CHECK_LE(start, end); in Slice() 348 CHECK_LE(total, length_); in DoThreadPoolWork()
|
H A D | histogram-inl.h | 57 CHECK_LE(percentile, 100); in Percentile()
|
H A D | stream_base.cc | 265 CHECK_LE(offset, storage_size); in Writev() 416 CHECK_LE(data_size, storage_size); in WriteString() 664 CHECK_LE(static_cast<size_t>(nread), bs->ByteLength()); in OnStreamRead()
|
/third_party/node/deps/v8/src/execution/ |
H A D | thread-id.cc | 29 CHECK_LE(1, thread_id); in GetCurrentThreadId()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | special-case.h | 85 CHECK_LE(ch, 0xffff); in Canonicalize()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap.cc | 71 CHECK_LE(static_cast<int>(config.marking_type), in CheckConfig() 73 CHECK_LE(static_cast<int>(config.sweeping_type), in CheckConfig()
|
H A D | marking-verifier.cc | 61 CHECK_LE(in_construction_objects_stack_.size(), in Run()
|
/third_party/node/deps/v8/src/objects/ |
H A D | map-inl.h | 221 CHECK_LE(static_cast<unsigned>(number), in SetNumberOfOwnDescriptors() 238 CHECK_LE(static_cast<unsigned>(length), in SetEnumLength() 381 CHECK_LE(static_cast<unsigned>(value), 255); in set_used_or_unused_instance_size_in_words() 404 CHECK_LE(0, value); in SetInObjectUnusedPropertyFields() 857 CHECK_LE(0, max_slack); in SlackForArraySize()
|
H A D | free-space-inl.h | 56 CHECK_LE(kNextOffset + kTaggedSize, size(kRelaxedLoad)); in IsValid()
|
/third_party/node/deps/v8/src/sandbox/ |
H A D | external-pointer-table.cc | 68 CHECK_LE(new_capacity, kMaxSandboxedExternalPointers); in Grow()
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact-inl.h | 202 CHECK_LE(addr + size, chunk_->area_end()); in AdvanceToNextValidObject() 234 CHECK_LE(addr + size, chunk_->area_end()); in AdvanceToNextValidObject()
|
/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 136 CHECK_LE(str.length(), in EscapeJSONStringImpl()
|
H A D | json_parser.cc | 66 CHECK_LE(max_depth, JSONReader::kStackMaxDepth); in JSONParser() 196 CHECK_LE(static_cast<size_t>(index_), input_.length()); in pos()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.cc | 521 CHECK_LE(buffer.byte_length(), std::numeric_limits<int32_t>::max()); in SerializeJSTypedArray() 525 CHECK_LE(buffer.max_byte_length(), in SerializeJSTypedArray() 557 CHECK_LE(buffer.byte_length(), std::numeric_limits<int32_t>::max()); in SerializeJSArrayBuffer() 561 CHECK_LE(buffer.max_byte_length(), std::numeric_limits<int32_t>::max()); in SerializeJSArrayBuffer() 983 CHECK_LE(target_size, kFixedRawDataCount * kTaggedSize); in OutputExternalReference()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.h | 426 CHECK_LE(lane, kSimd128Size / sizeof(T)); in get_simd_register_by_lane() 449 CHECK_LE(lane, kSimd128Size / sizeof(T)); in set_simd_register_by_lane()
|