Lines Matching refs:CHECK_WITH_MSG
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()
255 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()
260 CHECK_WITH_MSG(op->IsRegister() || op->IsStackSlot(), caller_info_); in CheckConstraint()
263 CHECK_WITH_MSG(op->IsFPRegister() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()
266 CHECK_WITH_MSG(op->IsRegister() || op->IsStackSlot() || op->IsConstant(), in CheckConstraint()
270 CHECK_WITH_MSG(false, caller_info_); in CheckConstraint()