Home
last modified time | relevance | path

Searched refs:DCHECK_LT (Results 1 – 25 of 96) 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-marker.cc16 DCHECK_LT(mark_min_, mark_max_); // check for wraparound. in NodeMarkerBase()
Dnode-properties.cc66 DCHECK_LT(index, OperatorProperties::GetFrameStateInputCount(node->op())); in GetFrameStateInput()
177 DCHECK_LT(index, OperatorProperties::GetFrameStateInputCount(node->op())); in ReplaceFrameStateInput()
303 DCHECK_LT(if_value_index, projection_count); in CollectControlProjections()
304 DCHECK_LT(index, projection_count); in CollectControlProjections()
/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/compiler-rt/lib/tsan/rtl/
Dtsan_vector.h52 DCHECK_LT(i, end_ - begin_);
57 DCHECK_LT(i, end_ - begin_);
/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/v8/src/interpreter/
Dconstant-array-builder.cc37 DCHECK_LT(index, capacity()); in Allocate()
45 DCHECK_LT(index, start_index() + size()); in At()
92 DCHECK_LT(index, slice->capacity()); in At()
Dbytecode-array-iterator.cc64 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetUnsignedOperand()
80 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetSignedOperand()
Dinterpreter-assembler.cc145 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedByte()
154 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedByte()
220 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedShort()
235 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedShort()
257 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedQuad()
271 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedQuad()
Dbytecodes.cc308 DCHECK_LT(i, NumberOfOperands(bytecode)); in GetOperandType()
344 DCHECK_LT(i, NumberOfOperands(bytecode)); in GetOperandSize()
381 DCHECK_LT(i, Bytecodes::NumberOfOperands(bytecode)); in GetOperandOffset()
842 DCHECK_LT(index, parameter_count); in FromParameterIndex()
844 DCHECK_LT(register_index, 0); in FromParameterIndex()
/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/heap/
Dremembered-set.h53 DCHECK_LT(start_offset, end_offset); in RemoveRange()
115 DCHECK_LT(offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset)); in InsertTyped()
116 DCHECK_LT(host_offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset)); in InsertTyped()
/external/v8/src/base/
Dlogging.h162 #define DCHECK_LT(v1, v2) CHECK_LT(v1, v2) macro
173 #define DCHECK_LT(v1, v2) ((void) 0) macro
/external/v8/src/
Dtype-feedback-vector-inl.h182 DCHECK_LT(1, TypeFeedbackMetadata::GetSlotSize(kind)); in GetFeedbackExtra()
198 DCHECK_LT(1, TypeFeedbackMetadata::GetSlotSize(kind)); in SetFeedbackExtra()
Daddress-map.cc28 DCHECK_LT(GetValue(entry), i); in RootIndexMap()
Doptimizing-compile-dispatcher.h65 DCHECK_LT(result, input_queue_capacity_); in InputQueueIndex()
/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/libchrome/base/files/
Dmemory_mapped_file.cc88 DCHECK_LT(mask, std::numeric_limits<int32_t>::max()); in CalculateVMAlignedBoundaries()
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc65 DCHECK_LT(tracker->pseudo_stack_.size(), 128u); in PushPseudoStackFrame()
/external/libchrome/base/metrics/
Dbucket_ranges.cc113 DCHECK_LT(i, ranges_.size()); in set_range()

1234