Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc4134 std::pair<const EncodedArrayValueIterator::ValueType, size_t> type_and_max[kRequiredArguments] = in CheckCallSite() local
4143 if (it.GetValueType() != type_and_max[i].first) { in CheckCallSite()
4146 << it.GetValueType() << "!=" << type_and_max[i].first; in CheckCallSite()
4150 if (index[i] >= type_and_max[i].second) { in CheckCallSite()
4153 << index[i] << " >= " << type_and_max[i].second; in CheckCallSite()