Searched refs:caller_info_ (Results 1 – 2 of 2) sorted by relevance
131 caller_info_ = caller_info; in VerifyAssignment()137 VerifyAllocatedGaps(instr, caller_info_); in VerifyAssignment()229 CHECK_WITH_MSG(op->IsConstant(), caller_info_); in CheckConstraint()234 CHECK_WITH_MSG(op->IsImmediate(), caller_info_); in CheckConstraint()241 CHECK_WITH_MSG(op->IsRegister(), caller_info_); in CheckConstraint()244 CHECK_WITH_MSG(op->IsFPRegister(), caller_info_); in CheckConstraint()248 CHECK_WITH_MSG(op->IsRegister(), caller_info_); in CheckConstraint()252 CHECK_WITH_MSG(op->IsFPRegister(), caller_info_); in CheckConstraint()256 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()260 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()[all …]
297 const char* caller_info_ = nullptr; variable