Searched refs:CHECK_WITH_MSG (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 39 CHECK_WITH_MSG( in VerifyAllocatedGaps() 42 CHECK_WITH_MSG(move->destination().IsAllocated(), caller_info); in VerifyAllocatedGaps() 219 CHECK_WITH_MSG(op->IsConstant(), caller_info_); in CheckConstraint() 224 CHECK_WITH_MSG(op->IsImmediate(), caller_info_); in CheckConstraint() 233 CHECK_WITH_MSG(op->IsRegister(), caller_info_); in CheckConstraint() 236 CHECK_WITH_MSG(op->IsFPRegister(), caller_info_); in CheckConstraint() 239 CHECK_WITH_MSG(op->IsExplicit(), caller_info_); in CheckConstraint() 243 CHECK_WITH_MSG(op->IsRegister(), caller_info_); in CheckConstraint() 247 CHECK_WITH_MSG(op->IsFPRegister(), caller_info_); in CheckConstraint() 251 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint() [all …]
|
/external/v8/src/base/ |
D | logging.h | 47 #define CHECK_WITH_MSG(condition, message) \ macro 53 #define CHECK(condition) CHECK_WITH_MSG(condition, #condition) 100 CHECK_WITH_MSG(_cmp, #lhs " " #op " " #rhs); \ 315 CHECK_WITH_MSG(!(lhs) || (rhs), #lhs " implies " #rhs)
|
/external/v8/src/snapshot/ |
D | snapshot-common.cc | 431 CHECK_WITH_MSG( in FromIsolate()
|
D | deserializer.cc | 385 CHECK_WITH_MSG(false, "No external references provided via API"); in NoExternalReferencesCallback()
|
/external/v8/src/ |
D | global-handles.cc | 899 CHECK_WITH_MSG(Node::FREE == node_->state(), in Invoke()
|