Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method-inl.h253 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex())); in GetPrototype()
259 const dex::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList()
350 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeIndex()
H A Dimtable-inl.h57 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetImtHashComponents()
H A Dart_method.cc516 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters()
H A Dclass_linker.cc5661 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException()
/aosp12/art/libdexfile/dex/
H A Ddex_file-inl.h353 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugLocalInfo()
H A Ddex_file.h392 const dex::ProtoId& GetMethodPrototype(const dex::MethodId& method_id) const { in GetMethodPrototype() function
/aosp12/art/compiler/debug/
H A Delf_debug_info_writer.h152 const dex::ProtoId& dex_proto = dex->GetMethodPrototype(dex_method); in Write()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc153 const dex::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetReturnType()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1728 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
4953 const dex::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc623 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters()