Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc580 DCHECK_EQ(EncodedArrayValueIterator::ValueType::kMethodType, it.GetValueType()); in GetProtoIndexForCallSite()
647 case kMethodType: in Next()
Ddex_file.h933 kMethodType = 0x15, enumerator
Ddex_file_verifier.cc2618 it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodType) { in CheckInterCallSiteIdItem()
/art/runtime/interpreter/
Dinterpreter_common.cc938 case EncodedArrayValueIterator::ValueType::kMethodType: in GetClassForBootstrapArgument()
973 case EncodedArrayValueIterator::ValueType::kMethodType: { in GetArgumentForBootstrapMethod()
1058 case EncodedArrayValueIterator::ValueType::kMethodType: in PackArgumentForBootstrapMethod()
/art/dexdump/
Ddexdump.cc1740 case EncodedArrayValueIterator::ValueType::kMethodType: { in dumpCallSite()