Home
last modified time | relevance | path

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

/art/runtime/
Dimtable-inl.h57 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetImtHashComponents()
Dart_method-inl.h245 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex())); in GetPrototype()
251 const dex::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList()
342 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeIndex()
Dart_method.cc515 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters()
Dclass_linker.cc5788 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException()
/art/libdexfile/dex/
Ddex_file-inl.h349 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugLocalInfo()
Ddex_file.h377 const dex::ProtoId& GetMethodPrototype(const dex::MethodId& method_id) const { in GetMethodPrototype() function
/art/compiler/debug/
Delf_debug_info_writer.h152 const dex::ProtoId& dex_proto = dex->GetMethodPrototype(dex_method); in Write()
/art/tools/veridex/
Dflow_analysis.cc135 const dex::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetReturnType()
/art/runtime/verifier/
Dmethod_verifier.cc1722 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
5023 const dex::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType()
/art/compiler/optimizing/
Dinstruction_builder.cc591 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters()