Searched refs:GetValueType (Results 1 – 7 of 7) sorted by relevance
722 auto type = it->GetValueType(); in PackArgumentForBootstrapMethod()728 switch (it->GetValueType()) { in PackArgumentForBootstrapMethod()778 auto type = it->GetValueType(); \ in PackCollectorArrayForBootstrapMethod()801 auto type = it->GetValueType(); \ in PackCollectorArrayForBootstrapMethod()878 ObjPtr<mirror::Class> ptype = GetClassForBootstrapArgument(it.GetValueType()); in BuildCallSiteForBootstrapMethod()914 if (it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in InvokeBootstrapMethod()
581 DCHECK_EQ(EncodedArrayValueIterator::ValueType::kMethodType, it.GetValueType()); in GetProtoIndexForCallSite()
1149 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); in CheckStaticFieldTypes()2886 if (!it.HasNext() || it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in CheckInterCallSiteIdItem()2900 it.GetValueType() != EncodedArrayValueIterator::ValueType::kString) { in CheckInterCallSiteIdItem()2914 it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodType) { in CheckInterCallSiteIdItem()
949 ValueType GetValueType() const { return type_; } in GetValueType() function
1711 switch (it.GetValueType()) { in dumpCallSite()1770 UNIMPLEMENTED(FATAL) << " type " << it.GetValueType(); in dumpCallSite()
1181 switch (it.GetValueType()) { in HasTrivialClinit()1201 LOG(FATAL) << "Unexpected type " << it.GetValueType(); in HasTrivialClinit()
2373 if (value_it.GetValueType() == annotations::RuntimeEncodedStaticFieldValueIterator::kString) { in InternStrings()