Home
last modified time | relevance | path

Searched defs:proto_id (Results 1 – 15 of 15) sorted by relevance

/art/runtime/
Dimtable-inl.h50 const dex::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetImtHashComponents() local
Dart_method.cc563 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters() local
Dclass_linker.cc6237 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException() local
10480 const dex::ProtoId& proto_id = dex_file.GetProtoId(proto_idx); in ResolveMethodType() local
10784 const dex::ProtoId& proto_id = dex_file->GetProtoId(method_id.proto_idx_); in ResolveMethodHandleForMethod() local
/art/libdexfile/dex/
Ddex_file-inl.h192 inline const Signature DexFile::GetProtoSignature(const dex::ProtoId& proto_id) const { in GetProtoSignature()
249 inline const char* DexFile::GetReturnTypeDescriptor(const dex::ProtoId& proto_id) const { in GetReturnTypeDescriptor()
254 const dex::ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() local
264 inline std::string_view DexFile::GetShortyView(const dex::ProtoId& proto_id) const { in GetShortyView()
Ddex_file.h582 dex::ProtoIndex GetIndexForProtoId(const dex::ProtoId& proto_id) const { in GetIndexForProtoId()
607 const dex::TypeList* GetProtoParameters(const dex::ProtoId& proto_id) const { in GetProtoParameters()
1035 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator()
Ddex_file.cc665 const ProtoId* proto_id = with_signature ? &GetProtoId(method_id.proto_idx_) : nullptr; in AppendPrettyMethod() local
Ddex_file_verifier.cc1411 const dex::ProtoId* proto_id = reinterpret_cast<const dex::ProtoId*>(ptr_); in CheckIntraProtoIdItem() local
/art/dex2oat/
Dsdk_checker.cc70 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in ShouldDenyAccess() local
/art/tools/veridex/
Dflow_analysis.cc153 const dex::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetReturnType() local
/art/compiler/optimizing/
Dgraph_visualizer.cc434 const dex::ProtoId& proto_id = dex_file.GetProtoId(load_method_type->GetProtoIndex()); in VisitLoadMethodType() local
/art/runtime/verifier/
Dmethod_verifier.cc2455 const dex::ProtoId& proto_id = in SetTypesFromSignature() local
3808 const dex::ProtoId& proto_id = dex_file_->GetProtoId(proto_idx); in CodeFlowVerifyInstruction() local
5456 const dex::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local
/art/dexdump/
Ddexdump.cc1863 const dex::ProtoId& proto_id = pDexFile->GetProtoId(proto_idx); in dumpCallSite() local
/art/profman/
Dprofman.cc1056 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex() local
/art/openjdkjvmti/
Dti_redefine.cc2568 const art::dex::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, new_type_list); in UpdateMethods() local
/art/oatdump/
Doatdump.cc1744 const dex::ProtoId& proto_id = dex_file->GetProtoId(dex::ProtoIndex(index)); in DumpBssMappings() local