Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc175 type_ = kMethod; in MemberSignature()
193 type_ = kMethod; in MemberSignature()
200 DCHECK_EQ(type_, kMethod); in GetSignatureParts()
Dhidden_api.h172 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/runtime/interpreter/
Dinterpreter_common.cc626 case EncodedArrayValueIterator::ValueType::kMethod: in GetClassForBootstrapArgument()
705 case EncodedArrayValueIterator::ValueType::kMethod: in GetArgumentForBootstrapMethod()
748 case EncodedArrayValueIterator::ValueType::kMethod: in PackArgumentForBootstrapMethod()
/art/libdexfile/dex/
Ddex_file.cc653 case kMethod: in Next()
Ddex_file.h941 kMethod = 0x1a, enumerator
/art/dexdump/
Ddexdump.cc1765 case EncodedArrayValueIterator::ValueType::kMethod: in dumpCallSite()