Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc722 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()
/art/libdexfile/dex/
Ddex_file.cc581 DCHECK_EQ(EncodedArrayValueIterator::ValueType::kMethodType, it.GetValueType()); in GetProtoIndexForCallSite()
Ddex_file_verifier.cc1145 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); in CheckStaticFieldTypes()
2882 if (!it.HasNext() || it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in CheckInterCallSiteIdItem()
2896 it.GetValueType() != EncodedArrayValueIterator::ValueType::kString) { in CheckInterCallSiteIdItem()
2910 it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodType) { in CheckInterCallSiteIdItem()
Ddex_file.h949 ValueType GetValueType() const { return type_; } in GetValueType() function
/art/dexdump/
Ddexdump.cc1753 switch (it.GetValueType()) { in dumpCallSite()
1812 UNIMPLEMENTED(FATAL) << " type " << it.GetValueType(); in dumpCallSite()
/art/compiler/optimizing/
Dinstruction_builder.cc1243 switch (it.GetValueType()) { in HasTrivialClinit()
1263 LOG(FATAL) << "Unexpected type " << it.GetValueType(); in HasTrivialClinit()
/art/runtime/verifier/
Dmethod_verifier.cc4207 if (it.GetValueType() != type_and_max[i].first) { in CheckCallSite()
4210 << it.GetValueType() << "!=" << type_and_max[i].first; in CheckCallSite()
/art/dex2oat/driver/
Dcompiler_driver.cc2434 if (value_it.GetValueType() == annotations::RuntimeEncodedStaticFieldValueIterator::kString) { in InternStrings()