Home
last modified time | relevance | path

Searched refs:CHECK_WITH_MSG (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator-verifier.cc39 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/
Dlogging.h47 #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/
Dsnapshot-common.cc431 CHECK_WITH_MSG( in FromIsolate()
Ddeserializer.cc385 CHECK_WITH_MSG(false, "No external references provided via API"); in NoExternalReferencesCallback()
/external/v8/src/
Dglobal-handles.cc899 CHECK_WITH_MSG(Node::FREE == node_->state(), in Invoke()