Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper-inl.h60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType()
Ddex_file.h611 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { in GetMethodPrototype() function
Ddex_file.cc782 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugInfo0()
/art/runtime/mirror/
Dart_method-inl.h486 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex())); in GetPrototype()
492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList()
514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor()
/art/compiler/sea_ir/types/
Dtype_inference.cc90 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in GetDeclaredArgumentTypes()
/art/runtime/verifier/
Dmethod_verifier.cc1214 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
4109 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType()