Home
last modified time | relevance | path

Searched refs:DCHECK_LT (Results 1 – 25 of 84) sorted by relevance

1234

/external/v8/src/compiler/
Dnode-marker.h29 DCHECK_LT(mark, mark_max_); in Get()
33 DCHECK_LT(mark, mark_max_ - mark_min_); in Set()
34 DCHECK_LT(node->mark(), mark_max_); in Set()
Dnode-properties.cc65 DCHECK_LT(index, OperatorProperties::GetFrameStateInputCount(node->op())); in GetFrameStateInput()
174 DCHECK_LT(index, OperatorProperties::GetFrameStateInputCount(node->op())); in ReplaceFrameStateInput()
181 DCHECK_LT(index, OperatorProperties::GetFrameStateInputCount(node->op())); in RemoveFrameStateInput()
294 DCHECK_LT(if_value_index, projection_count); in CollectControlProjections()
295 DCHECK_LT(index, projection_count); in CollectControlProjections()
Dnode-marker.cc16 DCHECK_LT(mark_min_, mark_max_); // check for wraparound. in NodeMarkerBase()
/external/v8/src/snapshot/
Dsnapshot-common.cc210 DCHECK_LT(kIntSize, data->raw_size); in ExtractStartupData()
213 DCHECK_LT(startup_length, data->raw_size); in ExtractStartupData()
221 DCHECK_LT(kIntSize, data->raw_size); in ExtractContextData()
227 DCHECK_LT(context_offset, data->raw_size); in ExtractContextData()
/external/libchrome/base/threading/
Dthread_local_storage.cc224 DCHECK_LT(slot_, kThreadLocalStorageSize); in Free()
237 DCHECK_LT(slot_, kThreadLocalStorageSize); in Get()
248 DCHECK_LT(slot_, kThreadLocalStorageSize); in Set()
/external/ceres-solver/include/ceres/internal/
Dfixed_array.h116 DCHECK_LT(i, size_);
123 DCHECK_LT(i, size_);
/external/regex-re2/util/
Dsparse_set.h130 DCHECK_LT(i, max_size_); in contains()
155 DCHECK_LT(size_, max_size_); in insert_new()
Dsparse_array.h262 DCHECK_LT(i, size_); in iv()
296 DCHECK_LT(i, max_size_); in has_index()
412 DCHECK_LT(size_, max_size_); in create_index()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_vector.h52 DCHECK_LT(i, end_ - begin_);
57 DCHECK_LT(i, end_ - begin_);
/external/v8/src/base/utils/
Drandom-number-generator.cc82 DCHECK_LT(0, max); in NextInt()
119 DCHECK_LT(0, bits); in Next()
/external/ceres-solver/internal/ceres/
Dblock_random_access_sparse_matrix.cc111 DCHECK_LT(rows[pos], tsm_->num_rows()); in BlockRandomAccessSparseMatrix()
112 DCHECK_LT(cols[pos], tsm_->num_rows()); in BlockRandomAccessSparseMatrix()
/external/v8/src/interpreter/
Dconstant-array-builder.cc40 DCHECK_LT(index, capacity()); in Allocate()
154 DCHECK_LT(index, kMaxCapacity); in CommitReservedEntry()
/external/v8/src/base/
Dlogging.h159 #define DCHECK_LT(v1, v2) CHECK_LT(v1, v2) macro
170 #define DCHECK_LT(v1, v2) ((void) 0) macro
/external/v8/src/
Dtype-feedback-vector-inl.h163 DCHECK_LT(1, TypeFeedbackMetadata::GetSlotSize(kind)); in GetFeedbackExtra()
179 DCHECK_LT(1, TypeFeedbackMetadata::GetSlotSize(kind)); in SetFeedbackExtra()
Daddress-map.cc28 DCHECK_LT(GetValue(entry), i); in RootIndexMap()
Dlayout-descriptor.cc240 DCHECK_LT(kSmiValueSize, layout_descriptor_length); in Trim()
246 DCHECK_LT(array_length, current_length); in Trim()
Doptimizing-compile-dispatcher.cc265 DCHECK_LT(input_queue_length_, input_queue_capacity_); in QueueForOptimization()
273 DCHECK_LT(input_queue_length_, input_queue_capacity_); in QueueForOptimization()
/external/libchrome/base/
Drand_util.cc48 DCHECK_LT(result, 1.0); in BitsToOpenEndedUnitInterval()
/external/libweave/third_party/chromium/base/
Drand_util.cc48 DCHECK_LT(result, 1.0); in BitsToOpenEndedUnitInterval()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h232 #define DCHECK_LT(a, b) CHECK_LT(a, b) macro
240 #define DCHECK_LT(a, b) macro
/external/v8/src/base/platform/
Dtime.cc105 DCHECK_LT(ts.tv_nsec, in FromMachTimespec()
128 DCHECK_LT(ts.tv_nsec, in FromTimespec()
407 DCHECK_LT(0, ticks_per_second); in HighResolutionTickClock()
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc65 DCHECK_LT(tracker->pseudo_stack_.size(), 128u); in PushPseudoStackFrame()
/external/libchrome/base/files/
Dmemory_mapped_file.cc88 DCHECK_LT(mask, std::numeric_limits<int32_t>::max()); in CalculateVMAlignedBoundaries()
/external/libchrome/base/metrics/
Dbucket_ranges.cc113 DCHECK_LT(i, ranges_.size()); in set_range()
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h375 # define DCHECK_LT(val1, val2) CHECK_OP(val1, val2, <) macro
383 # define DCHECK_LT(val1, val2) if (false) CHECK_OP(val1, val2, <) macro

1234