Home
last modified time | relevance | path

Searched refs:DCHECK_LT (Results 1 - 25 of 346) sorted by relevance

12345678910>>...14

/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h73 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in get()
89 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in set()
99 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in set()
107 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in set()
116 DCHECK_LT(static_cast<unsigned>(index), in NoWriteBarrierSet()
130 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in get()
137 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in set()
154 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in get()
161 DCHECK_LT(static_cast<unsigned>(index), static_cast<unsigned>(length())); in set()
364 DCHECK_LT(static_cas in get_scalar()
[all...]
H A Dproperty-array-inl.h35 DCHECK_LT(static_cast<unsigned>(index), in get()
48 DCHECK_LT(static_cast<unsigned>(index), in get()
56 DCHECK_LT(static_cast<unsigned>(index), in set()
64 DCHECK_LT(static_cast<unsigned>(index), in set()
73 DCHECK_LT(static_cast<unsigned>(index), in set()
92 DCHECK_LT(static_cast<unsigned>(index), in Swap()
H A Dswiss-name-dictionary-inl.h135 DCHECK_LT(enumeration_index, UsedCapacity()); in EntryForEnumerationIndex()
142 DCHECK_LT(enumeration_index, UsedCapacity()); in SetEntryForEnumerationIndex()
143 DCHECK_LT(static_cast<unsigned>(entry), static_cast<unsigned>(Capacity())); in SetEntryForEnumerationIndex()
211 DCHECK_LT(seq.index(), Capacity()); in FindEntry()
227 DCHECK_LT(static_cast<unsigned>(entry), static_cast<unsigned>(Capacity())); in LoadFromDataTable()
235 DCHECK_LT(static_cast<unsigned>(entry), static_cast<unsigned>(Capacity())); in StoreToDataTable()
246 DCHECK_LT(static_cast<unsigned>(entry), static_cast<unsigned>(Capacity())); in StoreToDataTableNoBarrier()
276 DCHECK_LT(static_cast<unsigned>(entry), static_cast<unsigned>(Capacity())); in DetailsAtPut()
352 DCHECK_LT(static_cast<unsigned>(entry), static_cast<unsigned>(Capacity())); in GetCtrl()
359 DCHECK_LT(static_cas in SetCtrl()
[all...]
H A Dordered-hash-table-inl.h63 DCHECK_LT(entry.as_int(), Capacity()); in KeyAt()
71 DCHECK_LT(entry, Capacity()); in GetDataEntry()
109 DCHECK_LT(entry.as_int(), UsedCapacity()); in ValueAt()
114 DCHECK_LT(entry.as_int(), UsedCapacity()); in ValueAt()
136 DCHECK_LT(entry.as_int(), UsedCapacity()); in ValueAtPut()
142 DCHECK_LT(entry.as_int(), this->UsedCapacity()); in DetailsAt()
150 DCHECK_LT(entry.as_int(), this->UsedCapacity()); in DetailsAtPut()
H A Dcontexts-inl.h53 DCHECK_LT(i, used(kAcquireLoad)); in get_context()
58 DCHECK_LT(i, used(kAcquireLoad)); in get_context()
75 DCHECK_LT(static_cast<unsigned int>(index), in get()
82 DCHECK_LT(static_cast<unsigned int>(index), in set()
96 DCHECK_LT(static_cast<unsigned int>(index), in get()
103 DCHECK_LT(static_cast<unsigned int>(index), in set()
H A Ddescriptor-array-inl.h114 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in GetKey()
121 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in SetKey()
158 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in SetValue()
171 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in GetValue()
177 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in GetDetails()
185 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in SetDetails()
H A Djs-generator-inl.h27 DCHECK_LT(kGeneratorExecuting, 0); in is_suspended()
28 DCHECK_LT(kGeneratorClosed, 0); in is_suspended()
H A Dregexp-match-info-inl.h53 DCHECK_LT(i, NumberOfCaptureRegisters()); in Capture()
59 DCHECK_LT(i, NumberOfCaptureRegisters()); in SetCapture()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.h64 DCHECK_LT(index, bit_vector_.length() - 1); in RegisterIsLive()
76 DCHECK_LT(index, bit_vector_.length() - 1); in MarkRegisterLive()
82 DCHECK_LT(index, bit_vector_.length() - 1); in MarkRegisterDead()
135 DCHECK_LT(offset, size_); in InsertNewLiveness()
148 DCHECK_LT(offset, size_); in GetLiveness()
153 DCHECK_LT(offset, size_); in GetLiveness()
H A Dfast-api-calls.cc61 DCHECK_LT(index_of_func_with_js_array_arg, 0); in ResolveOverloads()
64 DCHECK_LT(index_of_func_with_typed_array_arg, 0); in ResolveOverloads()
68 DCHECK_LT(index_of_func_with_js_array_arg, 0); in ResolveOverloads()
69 DCHECK_LT(index_of_func_with_typed_array_arg, 0); in ResolveOverloads()
H A Dnode-marker.h30 DCHECK_LT(mark, mark_max_); in Get()
34 DCHECK_LT(mark, mark_max_ - mark_min_); in Set()
35 DCHECK_LT(node->mark(), mark_max_); in Set()
/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.cc69 DCHECK_LT(index, NumberOfRangeEntries()); in GetRangeStart()
76 DCHECK_LT(index, NumberOfRangeEntries()); in GetRangeEnd()
83 DCHECK_LT(index, NumberOfRangeEntries()); in GetRangeHandler()
91 DCHECK_LT(index, NumberOfRangeEntries()); in GetRangeData()
99 DCHECK_LT(index, NumberOfRangeEntries()); in GetRangePrediction()
107 DCHECK_LT(index, NumberOfReturnEntries()); in GetReturnOffset()
114 DCHECK_LT(index, NumberOfReturnEntries()); in GetReturnHandler()
189 DCHECK_LT(end_offset, innermost_end); in LookupRange()
H A Dsignature.h35 DCHECK_LT(index, parameter_count_); in GetParam()
40 DCHECK_LT(index, return_count_); in GetReturn()
79 DCHECK_LT(rcursor_, return_count_); in AddReturn()
84 DCHECK_LT(pcursor_, parameter_count_); in AddParam()
89 DCHECK_LT(index, parameter_count_); in AddParamAt()
H A Dbailout-reason.cc14 DCHECK_LT(reason, BailoutReason::kLastErrorMessage); in GetBailoutReason()
22 DCHECK_LT(reason, AbortReason::kLastErrorMessage); in GetAbortReason()
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table-inl.h64 DCHECK_LT(index, capacity_); in Get()
74 DCHECK_LT(index, capacity_); in Set()
112 DCHECK_LT(freelist_head, capacity_); in Allocate()
127 DCHECK_LT(index, capacity_); in Mark()
/third_party/node/deps/v8/src/wasm/
H A Dstruct-types.h36 DCHECK_LT(index, field_count_); in field()
41 DCHECK_LT(index, field_count_); in mutability()
64 DCHECK_LT(index, field_count()); in field_offset()
97 DCHECK_LT(cursor_, field_count_); in AddField()
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Ddefault_map_storage.cc34 DCHECK_LT(index, prefixes_size_); in GetPrefix()
40 DCHECK_LT(index, prefixes_size_); in GetDescription()
/third_party/node/deps/v8/src/heap/
H A Dinvalidated-slots-inl.h18 DCHECK_LT(slot, sentinel_); in IsValid()
66 DCHECK_LT(free_start, free_end); in Free()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-jump-table.h44 DCHECK_LT(case_value, case_value_base_ + size()); in is_bound()
61 DCHECK_LT(case_value, case_value_base_ + size()); in mark_bound()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-utils.h28 DCHECK_LT(index, length()); in operator []()
34 DCHECK_LT(index, length()); in at()
39 DCHECK_LT(index, length()); in set_at()
/third_party/node/deps/v8/src/torque/
H A Dinstructions.cc128 DCHECK_LT(index, GetValueDefinitionCount()); in GetValueDefinition()
187 DCHECK_LT(index, GetValueDefinitionCount()); in GetValueDefinition()
263 DCHECK_LT(index, GetValueDefinitionCount()); in GetValueDefinition()
367 DCHECK_LT(label, GetLabelCount()); in GetLabelValueDefinitionCount()
373 DCHECK_LT(index, GetLabelValueDefinitionCount(label)); in GetLabelValueDefinition()
389 DCHECK_LT(index, GetValueDefinitionCount()); in GetValueDefinition()
460 DCHECK_LT(index, GetValueDefinitionCount()); in GetValueDefinition()
499 DCHECK_LT(index, GetValueDefinitionCount()); in GetValueDefinition()
566 DCHECK_LT(index, GetValueDefinitionCount()); in GetValueDefinition()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dunwinding-info-writer-arm64.cc21 DCHECK_LT(block->rpo_number().ToInt(), in BeginInstructionBlock()
43 DCHECK_LT(successor_index, static_cast<int>(block_initial_states_.size())); in EndInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dunwinding-info-writer-x64.cc18 DCHECK_LT(block->rpo_number().ToInt(), in BeginInstructionBlock()
44 DCHECK_LT(successor_index, static_cast<int>(block_initial_states_.size())); in EndInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dunwinding-info-writer-arm.cc18 DCHECK_LT(block->rpo_number().ToInt(), in BeginInstructionBlock()
39 DCHECK_LT(successor_index, static_cast<int>(block_initial_states_.size())); in EndInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dunwinding-info-writer-ppc.cc17 DCHECK_LT(block->rpo_number().ToInt(), in BeginInstructionBlock()
40 DCHECK_LT(successor_index, static_cast<int>(block_initial_states_.size())); in EndInstructionBlock()

Completed in 13 milliseconds

12345678910>>...14