Searched refs:GetValueType (Results 1 – 8 of 8) sorted by relevance
718 auto type = it->GetValueType(); in PackArgumentForBootstrapMethod()724 switch (it->GetValueType()) { in PackArgumentForBootstrapMethod()774 auto type = it->GetValueType(); \ in PackCollectorArrayForBootstrapMethod()797 auto type = it->GetValueType(); \ in PackCollectorArrayForBootstrapMethod()874 ObjPtr<mirror::Class> ptype = GetClassForBootstrapArgument(it.GetValueType()); in BuildCallSiteForBootstrapMethod()910 if (it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in InvokeBootstrapMethod()
1145 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); in CheckStaticFieldTypes()2881 if (!it.HasNext() || it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in CheckInterCallSiteIdItem()2895 it.GetValueType() != EncodedArrayValueIterator::ValueType::kString) { in CheckInterCallSiteIdItem()2909 it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodType) { in CheckInterCallSiteIdItem()
599 DCHECK_EQ(EncodedArrayValueIterator::ValueType::kMethodType, it.GetValueType()); in GetProtoIndexForCallSite()
971 ValueType GetValueType() const { return type_; } in GetValueType() function
1734 switch (it.GetValueType()) { in dumpCallSite()1793 UNIMPLEMENTED(FATAL) << " type " << it.GetValueType(); in dumpCallSite()
1365 switch (it.GetValueType()) { in HasTrivialClinit()1385 LOG(FATAL) << "Unexpected type " << it.GetValueType(); in HasTrivialClinit()
4143 if (it.GetValueType() != type_and_max[i].first) { in CheckCallSite()4146 << it.GetValueType() << "!=" << type_and_max[i].first; in CheckCallSite()
2348 if (value_it.GetValueType() == annotations::RuntimeEncodedStaticFieldValueIterator::kString) { in InternStrings()