Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc1043 auto type = it->GetValueType(); in PackArgumentForBootstrapMethod()
1049 switch (it->GetValueType()) { in PackArgumentForBootstrapMethod()
1099 auto type = it->GetValueType(); \ in PackCollectorArrayForBootstrapMethod()
1122 auto type = it->GetValueType(); \ in PackCollectorArrayForBootstrapMethod()
1199 ObjPtr<mirror::Class> ptype = GetClassForBootstrapArgument(it.GetValueType()); in BuildCallSiteForBootstrapMethod()
1235 if (it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in InvokeBootstrapMethod()
/art/libdexfile/dex/
Ddex_file_verifier.cc984 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); in CheckStaticFieldTypes()
2590 if (!it.HasNext() || it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in CheckInterCallSiteIdItem()
2604 it.GetValueType() != EncodedArrayValueIterator::ValueType::kString) { in CheckInterCallSiteIdItem()
2618 it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodType) { in CheckInterCallSiteIdItem()
Ddex_file.cc580 DCHECK_EQ(EncodedArrayValueIterator::ValueType::kMethodType, it.GetValueType()); in GetProtoIndexForCallSite()
Ddex_file.h946 ValueType GetValueType() const { return type_; } in GetValueType() function
/art/dexdump/
Ddexdump.cc1711 switch (it.GetValueType()) { in dumpCallSite()
1770 UNIMPLEMENTED(FATAL) << " type " << it.GetValueType(); in dumpCallSite()