Home
last modified time | relevance | path

Searched refs:DCHECK_NE (Results 1 – 25 of 93) sorted by relevance

1234

/external/libchrome/base/
Dsync_socket_posix.cc39 DCHECK_NE(handle, SyncSocket::kInvalidHandle); in SendHelper()
67 DCHECK_NE(socket_a, socket_b); in CreatePair()
131 DCHECK_NE(handle_, kInvalidHandle); in Receive()
144 DCHECK_NE(handle_, kInvalidHandle); in ReceiveWithTimeout()
201 DCHECK_NE(handle_, kInvalidHandle); in Peek()
217 DCHECK_NE(handle_, kInvalidHandle); in Shutdown()
224 DCHECK_NE(handle_, kInvalidHandle); in Send()
Dpickle.cc396 DCHECK_NE(kCapacityReadOnly, capacity_after_header_) in ClaimUninitializedBytesInternal()
421 DCHECK_NE(kCapacityReadOnly, capacity_after_header_) in WriteBytesCommon()
/external/v8/src/base/platform/
Dcondition-variable.cc162 DCHECK_NE(event, we);
189 DCHECK_NE(event, fe);
231 DCHECK_NE(THREAD_PRIORITY_ERROR_RETURN, priority);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h68 DCHECK_NE(idx, 0); in Free()
75 DCHECK_NE(idx, 0); in Map()
/external/v8/src/compiler/
Dgreedy-allocator.h93 DCHECK_NE(range->weight(), LiveRange::kInvalidWeight); in UpdateWeightAtAllocation()
99 DCHECK_NE(range->weight(), LiveRange::kInvalidWeight); in UpdateWeightAtEviction()
Dnode-marker.cc15 DCHECK_NE(0u, num_states); // user error! in NodeMarkerBase()
Dcommon-operator-reducer.cc171 DCHECK_NE(node, effect); in ReduceEffectPhi()
258 DCHECK_NE(node, value); in ReducePhi()
285 DCHECK_NE(0, control_input_count); in ReduceReturn()
289 DCHECK_NE(0, graph()->end()->InputCount()); in ReduceReturn()
Dstate-values-utils.cc175 DCHECK_NE(values[i]->opcode(), IrOpcode::kStateValues); in GetNodeForValues()
176 DCHECK_NE(values[i]->opcode(), IrOpcode::kTypedStateValues); in GetNodeForValues()
Dframe-elider.cc60 DCHECK_NE(1U, block->SuccessorCount()); in MarkDeConstruction()
Dcontrol-equivalence.h50 DCHECK_NE(kInvalidClass, GetClass(node)); in ClassOf()
/external/libchrome/base/threading/
Dthread.cc169 DCHECK_NE(GetThreadId(), PlatformThread::CurrentId()); in StopSoon()
218 DCHECK_NE(kInvalidThreadId, id_); in ThreadMain()
/external/v8/src/
Dtype-feedback-vector-inl.h51 DCHECK_NE(FeedbackVectorSlotKind::INVALID, kind); in GetSlotSize()
52 DCHECK_NE(FeedbackVectorSlotKind::KINDS_NUMBER, kind); in GetSlotSize()
Dlookup.h110 DCHECK_NE(kMaxUInt32, index_); in configuration_()
131 DCHECK_NE(kMaxUInt32, index_); in configuration_()
/external/v8/src/base/
Dlogging.h156 #define DCHECK_NE(v1, v2) CHECK_NE(v1, v2) macro
167 #define DCHECK_NE(v1, v2) ((void) 0) macro
/external/libchrome/base/win/
Dscoped_com_initializer.h60 DCHECK_NE(RPC_E_CHANGED_MODE, hr_) << "Invalid COM thread model change"; in Initialize()
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc244 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in Copy()
268 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, le->state_); in Copy()
269 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, re->state_); in Copy()
284 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in Copy()
291 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in Copy()
370 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, entry->state_); in ReduceCheckMaps()
498 DCHECK_NE(0, maps->size()); in ReduceLoadNamedField()
/external/libchrome/base/process/
Dprocess_posix.cc228 DCHECK_NE(this, &other); in operator =()
256 DCHECK_NE(handle, GetCurrentProcessHandle()); in DeprecatedGetProcessFromHandle()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h231 #define DCHECK_NE(a, b) CHECK_NE(a, b) macro
239 #define DCHECK_NE(a, b) macro
/external/libweave/src/privet/
Dpublisher.cc57 DCHECK_NE(port, 0); in ExposeService()
/external/libchrome/base/test/
Dtest_file_util_posix.cc102 DCHECK_NE(0u, length_); in FilePermissionRestorer()
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h373 # define DCHECK_NE(val1, val2) CHECK_OP(val1, val2, !=) macro
381 # define DCHECK_NE(val1, val2) if (false) CHECK_OP(val1, val2, !=) macro
/external/libchrome/base/files/
Dfile.cc74 DCHECK_NE(this, &other); in operator =()
/external/regex-re2/util/
Dlogging.h16 #define DCHECK_NE(val1, val2) assert((val1) != (val2)) macro
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc231 DCHECK_NE(alarm_fd_, -1); in Stop()
269 DCHECK_NE(alarm_fd_, -1); in ResetImpl()
/external/v8/src/interpreter/
Dbytecodes.cc300 DCHECK_NE(parameter_index, 0); in Decode()
312 DCHECK_NE(parameter_index, 0); in Decode()

1234