Searched refs:type_and_max (Results 1 – 1 of 1) sorted by relevance
4134 std::pair<const EncodedArrayValueIterator::ValueType, size_t> type_and_max[kRequiredArguments] = in CheckCallSite() local4143 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()