/external/v8/src/compiler/ |
D | node-marker.h | 29 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()
|
D | node-properties.cc | 65 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()
|
D | node-marker.cc | 16 DCHECK_LT(mark_min_, mark_max_); // check for wraparound. in NodeMarkerBase()
|
/external/v8/src/snapshot/ |
D | snapshot-common.cc | 210 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/ |
D | thread_local_storage.cc | 224 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/ |
D | fixed_array.h | 116 DCHECK_LT(i, size_); 123 DCHECK_LT(i, size_);
|
/external/regex-re2/util/ |
D | sparse_set.h | 130 DCHECK_LT(i, max_size_); in contains() 155 DCHECK_LT(size_, max_size_); in insert_new()
|
D | sparse_array.h | 262 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/ |
D | tsan_vector.h | 52 DCHECK_LT(i, end_ - begin_); 57 DCHECK_LT(i, end_ - begin_);
|
/external/v8/src/base/utils/ |
D | random-number-generator.cc | 82 DCHECK_LT(0, max); in NextInt() 119 DCHECK_LT(0, bits); in Next()
|
/external/ceres-solver/internal/ceres/ |
D | block_random_access_sparse_matrix.cc | 111 DCHECK_LT(rows[pos], tsm_->num_rows()); in BlockRandomAccessSparseMatrix() 112 DCHECK_LT(cols[pos], tsm_->num_rows()); in BlockRandomAccessSparseMatrix()
|
/external/v8/src/interpreter/ |
D | constant-array-builder.cc | 40 DCHECK_LT(index, capacity()); in Allocate() 154 DCHECK_LT(index, kMaxCapacity); in CommitReservedEntry()
|
/external/v8/src/base/ |
D | logging.h | 159 #define DCHECK_LT(v1, v2) CHECK_LT(v1, v2) macro 170 #define DCHECK_LT(v1, v2) ((void) 0) macro
|
/external/v8/src/ |
D | type-feedback-vector-inl.h | 163 DCHECK_LT(1, TypeFeedbackMetadata::GetSlotSize(kind)); in GetFeedbackExtra() 179 DCHECK_LT(1, TypeFeedbackMetadata::GetSlotSize(kind)); in SetFeedbackExtra()
|
D | address-map.cc | 28 DCHECK_LT(GetValue(entry), i); in RootIndexMap()
|
D | layout-descriptor.cc | 240 DCHECK_LT(kSmiValueSize, layout_descriptor_length); in Trim() 246 DCHECK_LT(array_length, current_length); in Trim()
|
D | optimizing-compile-dispatcher.cc | 265 DCHECK_LT(input_queue_length_, input_queue_capacity_); in QueueForOptimization() 273 DCHECK_LT(input_queue_length_, input_queue_capacity_); in QueueForOptimization()
|
/external/libchrome/base/ |
D | rand_util.cc | 48 DCHECK_LT(result, 1.0); in BitsToOpenEndedUnitInterval()
|
/external/libweave/third_party/chromium/base/ |
D | rand_util.cc | 48 DCHECK_LT(result, 1.0); in BitsToOpenEndedUnitInterval()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 232 #define DCHECK_LT(a, b) CHECK_LT(a, b) macro 240 #define DCHECK_LT(a, b) macro
|
/external/v8/src/base/platform/ |
D | time.cc | 105 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/ |
D | heap_profiler_allocation_context_tracker.cc | 65 DCHECK_LT(tracker->pseudo_stack_.size(), 128u); in PushPseudoStackFrame()
|
/external/libchrome/base/files/ |
D | memory_mapped_file.cc | 88 DCHECK_LT(mask, std::numeric_limits<int32_t>::max()); in CalculateVMAlignedBoundaries()
|
/external/libchrome/base/metrics/ |
D | bucket_ranges.cc | 113 DCHECK_LT(i, ranges_.size()); in set_range()
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
D | logging.h | 375 # define DCHECK_LT(val1, val2) CHECK_OP(val1, val2, <) macro 383 # define DCHECK_LT(val1, val2) if (false) CHECK_OP(val1, val2, <) macro
|