Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc187 type_ = kMethod; in MemberSignature()
205 type_ = kMethod; in MemberSignature()
212 DCHECK_EQ(type_, kMethod); in GetSignatureParts()
Dhidden_api.h172 kMethod, enumerator
/art/tools/veridex/
Dflow_analysis.h36 kMethod, enumerator
Dflow_analysis.cc155 return RegisterValue(RegisterSource::kMethod, DexFileReference(&dex_file, method_index), cls); in GetReturnType()
/art/runtime/interpreter/
Dinterpreter_common.cc622 case EncodedArrayValueIterator::ValueType::kMethod: in GetClassForBootstrapArgument()
701 case EncodedArrayValueIterator::ValueType::kMethod: in GetArgumentForBootstrapMethod()
744 case EncodedArrayValueIterator::ValueType::kMethod: in PackArgumentForBootstrapMethod()
/art/libdexfile/dex/
Ddex_file.cc671 case kMethod: in Next()
Ddex_file.h963 kMethod = 0x1a, enumerator
/art/dexdump/
Ddexdump.cc1788 case EncodedArrayValueIterator::ValueType::kMethod: in dumpCallSite()