Home
last modified time | relevance | path

Searched refs:GetMethodPrototype (Results 1 – 6 of 6) sorted by relevance

/art/compiler/sea_ir/types/
Dtype_inference.cc90 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in GetDeclaredArgumentTypes()
/art/runtime/
Dobject_utils.h475 return dex_file.GetMethodPrototype(dex_file.GetMethodId(method_->GetDexMethodIndex())); in GetPrototype()
486 const DexFile::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetReturnType()
494 const DexFile::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetReturnTypeDescriptor()
Ddex_file.h555 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { in GetMethodPrototype() function
Ddex_file.cc687 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugInfo0()
Dclass_linker.cc3183 dex_file.GetMethodPrototype(dex_file.GetMethodId(method->GetDexMethodIndex())); in IsSameMethodSignatureInDifferentClassContexts()
/art/runtime/verifier/
Dmethod_verifier.cc1174 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
3836 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType()