Searched defs:index_type (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc3466 RegType& index_type = work_line_->GetRegisterType(inst->VRegC_23x()); local
3467 if (!index_type.IsArrayIndexTypes()) {
3468 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")";
3566 RegType& index_type = work_line_->GetRegisterType(inst->VRegC_23x()); local
3567 if (!index_type.IsArrayIndexTypes()) {
3568 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")";

Completed in 11 milliseconds