Searched defs:orig_type_reg (Results 1 - 1 of 1) sorted by path

/art/runtime/verifier/
H A Dmethod_verifier.cc1776 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); local
1777 RegType& orig_type = work_line_->GetRegisterType(orig_type_reg);
1786 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "check-cast on non-reference in v" << orig_type_reg;
1788 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance-of on non-reference in v" << orig_type_reg;

Completed in 80 milliseconds