Home
last modified time | relevance | path

Searched refs:CHECK_LT (Results 1 - 25 of 59) sorted by relevance

123

/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.cc152 CHECK_LT( in VersionIsValid()
594 CHECK_LT(kNumberOfContextsOffset, data->raw_size); in ExtractNumContexts()
618 CHECK_LT(context_offset, static_cast<uint32_t>(data->raw_size)); in ExtractContextOffset()
623 CHECK_LT(SnapshotImpl::kRehashabilityOffset, in ExtractRehashability()
635 CHECK_LT(start_offset, end_offset); in ExtractData()
636 CHECK_LT(end_offset, snapshot->raw_size); in ExtractData()
672 CHECK_LT(index, num_contexts); in ExtractContextData()
680 CHECK_LT(next_context_offset, data->raw_size); in ExtractContextData()
693 CHECK_LT(kVersionStringOffset + kVersionStringLength, in CheckVersion()
/third_party/node/deps/v8/src/runtime/
H A Druntime-futex.cc30 CHECK_LT(index, sta->length()); in RUNTIME_FUNCTION()
51 CHECK_LT(index, sta->length()); in RUNTIME_FUNCTION()
H A Druntime-atomics.cc414 CHECK_LT(index, sta->length()); in GetModifySetValueInBuffer()
428 CHECK_LT(index, sta->length()); in GetModifySetValueInBuffer()
457 CHECK_LT(index, sta->length()); in RUNTIME_FUNCTION()
483 CHECK_LT(index, sta->length()); in RUNTIME_FUNCTION()
504 CHECK_LT(index, sta->length()); in RUNTIME_FUNCTION()
520 CHECK_LT(index, sta->length()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.h65 CHECK_LT(index, node->op()->ValueInputCount()); in GetValueInput()
71 CHECK_LT(index, node->op()->ValueInputCount()); in GetValueInput()
87 CHECK_LT(index, node->op()->EffectInputCount()); in GetEffectInput()
93 CHECK_LT(index, node->op()->ControlInputCount()); in GetControlInput()
H A Dnode-properties.cc94 CHECK_LT(index, node->op()->ValueInputCount()); in ReplaceValueInput()
120 CHECK_LT(index, node->op()->ControlInputCount()); in ReplaceControlInput()
128 CHECK_LT(index, node->op()->EffectInputCount()); in ReplaceEffectInput()
H A Dheap-refs.cc1219 CHECK_LT(descriptor_index.as_int(), NumberOfOwnDescriptors()); in GetFieldIndexFor()
1231 CHECK_LT(descriptor_index.as_int(), NumberOfOwnDescriptors()); in GetPropertyDetails()
1236 CHECK_LT(descriptor_index.as_int(), NumberOfOwnDescriptors()); in GetPropertyKey()
1251 CHECK_LT(descriptor_index.as_int(), NumberOfOwnDescriptors()); in FindFieldOwner()
1345 CHECK_LT(i, length()); in TryGet()
1588 CHECK_LT(descriptor_index.as_int(), NumberOfOwnDescriptors()); in GetStrongValue()
1701 CHECK_LT(index, object()->length()); in GetFunctionMapFromIndex()
/third_party/node/src/
H A Dspawn_sync.cc219 CHECK_LT(lifecycle_, kClosing); in uv_pipe()
528 CHECK_LT(lifecycle_, kHandlesClosed); in CloseHandlesAndDeleteLoop()
565 CHECK_LT(lifecycle_, kHandlesClosed); in CloseStdioPipes()
582 CHECK_LT(lifecycle_, kHandlesClosed); in CloseKillTimer()
940 CHECK_LT(child_fd, stdio_count_); in AddStdioIgnore()
953 CHECK_LT(child_fd, stdio_count_); in AddStdioPipe()
975 CHECK_LT(child_fd, stdio_count_); in AddStdioInheritFD()
H A Duv.cc75 CHECK_LT(err, 0); in ErrName()
H A Dprocess_wrap.cc194 CHECK_LT(argc, INT_MAX); // Check for overflow. in Spawn()
222 CHECK_LT(envc, INT_MAX); // Check for overflow. in Spawn()
H A Dutil.h164 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
393 CHECK_LT(index, length()); in operator []()
398 CHECK_LT(index, length()); in operator []()
H A Dtcp_wrap.cc406 CHECK_LT(addrlen, sizeof(ip)); in AddressToJS()
H A Dnode_errors.cc172 CHECK_LT(off, kUnderlineBufsize); in GetErrorSource()
179 CHECK_LT(off, kUnderlineBufsize); in GetErrorSource()
/third_party/node/deps/v8/src/heap/
H A Dheap-controller.cc148 CHECK_LT(1.0, factor); in CalculateAllocationLimit()
149 CHECK_LT(0, current_size); in CalculateAllocationLimit()
/third_party/node/deps/v8/src/objects/
H A Dmap-inl.h266 CHECK_LT(static_cast<unsigned>(id), 256); in set_visitor_id()
286 CHECK_LT(static_cast<unsigned>(value), 256); in set_instance_size()
299 CHECK_LT(static_cast<unsigned>(value), 256); in set_inobject_properties_start_or_constructor_function_index()
414 CHECK_LT(static_cast<unsigned>(value), JSObject::kFieldsAdded); in SetOutOfObjectUnusedPropertyFields()
464 CHECK_LT(static_cast<unsigned>(unused_in_property_array), in AccountAddedOutOfObjectPropertyField()
552 CHECK_LT(static_cast<int>(elements_kind), kElementsKindCount); in set_elements_kind()
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc160 CHECK_LT(x, max); in NextSample()
199 CHECK_LT(x, result.size()); in NextSampleSlow()
/third_party/node/deps/v8/src/deoptimizer/
H A Dmaterialized-object-store.cc45 CHECK_LT(index, array.length()); in Remove()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecodes.h108 V(CHECK_LT, 35, 8) /* bc8 pad8 base::uc16 addr32 */ \
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc147 CHECK_LT(new_index, GCInfoTable::kMaxIndex); in RegisterNewGCInfo()
H A Dheap-base.cc159 CHECK_LT(gc_count++, kMaxTerminationGCs); in Terminate()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h427 CHECK_LT(reg, kNumSIMDRs); in get_simd_register_by_lane()
450 CHECK_LT(reg, kNumSIMDRs); in set_simd_register_by_lane()
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc241 CHECK_LT(size_to_reserve, size); in InitializeAsPartiallyReservedSandbox()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h551 CHECK_LT(field_index, type->field_count()); in GetField()
561 CHECK_LT(field_index, type->field_count()); in SetField()
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc30 CHECK_LT(begin(), end()); in RegionAllocator()
H A Dlogging.h380 #define CHECK_LT(lhs, rhs) CHECK_OP(LT, <, lhs, rhs) macro
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc621 CHECK_LT(0, length()); in PropertyArrayVerify()
681 CHECK_LT(0, number_of_all_descriptors()); in DescriptorArrayVerify()
1474 CHECK_LT(entry, Capacity()); in SwissNameDictionaryVerify()
1716 CHECK_LT(empty_slot, array.length()); in Verify()

Completed in 26 milliseconds

123