Home
last modified time | relevance | path

Searched refs:DCHECK_WITH_MSG (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/base/
Dlogging.h57 #define DCHECK_WITH_MSG(condition, message) \ macro
63 #define DCHECK(condition) DCHECK_WITH_MSG(condition, #condition)
103 #define DCHECK_WITH_MSG(condition, msg) void(0); macro
333 DCHECK_WITH_MSG(!(lhs) || (rhs), #lhs " implies " #rhs)
/external/v8/src/heap/
Dobjects-visiting-inl.h84 DCHECK_WITH_MSG(!map->IsJSObjectMap(), \
/external/v8/src/snapshot/
Ddeserializer.cc648 DCHECK_WITH_MSG( in ReadData()