Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc139 type_ = kMethod; in MemberSignature()
157 type_ = kMethod; in MemberSignature()
164 DCHECK_EQ(type_, kMethod); in GetSignatureParts()
Dhidden_api.h167 kMethod, enumerator
/art/tools/veridex/
Dflow_analysis.h36 kMethod, enumerator
Dflow_analysis.cc137 return RegisterValue(RegisterSource::kMethod, DexFileReference(&dex_file, method_index), cls); in GetReturnType()
/art/libdexfile/dex/
Ddex_file.cc652 case kMethod: in Next()
Ddex_file.h938 kMethod = 0x1a, enumerator
/art/runtime/interpreter/
Dinterpreter_common.cc947 case EncodedArrayValueIterator::ValueType::kMethod: in GetClassForBootstrapArgument()
1026 case EncodedArrayValueIterator::ValueType::kMethod: in GetArgumentForBootstrapMethod()
1069 case EncodedArrayValueIterator::ValueType::kMethod: in PackArgumentForBootstrapMethod()
/art/dexdump/
Ddexdump.cc1765 case EncodedArrayValueIterator::ValueType::kMethod: in dumpCallSite()