Home
last modified time | relevance | path

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

/art/runtime/
Dimtable-inl.h57 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetImtHashComponents() local
Dsdk_checker.cc68 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in ShouldDenyAccess() local
Dart_method.cc565 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters() local
Dclass_linker.cc5819 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException() local
10046 const dex::ProtoId& proto_id = dex_file.GetProtoId(proto_idx); in ResolveMethodType() local
10370 const dex::ProtoId& proto_id = dex_file->GetProtoId(method_id.proto_idx_); in ResolveMethodHandleForMethod() local
/art/libdexfile/dex/
Ddex_file-inl.h138 inline const Signature DexFile::GetProtoSignature(const dex::ProtoId& proto_id) const { in GetProtoSignature()
187 inline const char* DexFile::GetReturnTypeDescriptor(const dex::ProtoId& proto_id) const { in GetReturnTypeDescriptor()
192 const dex::ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() local
197 inline std::string_view DexFile::GetShortyView(const dex::ProtoId& proto_id) const { in GetShortyView()
Ddex_file.h528 dex::ProtoIndex GetIndexForProtoId(const dex::ProtoId& proto_id) const { in GetIndexForProtoId()
552 const dex::TypeList* GetProtoParameters(const dex::ProtoId& proto_id) const { in GetProtoParameters()
958 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator()
Ddex_file.cc578 const ProtoId* proto_id = with_signature ? &GetProtoId(method_id.proto_idx_) : nullptr; in AppendPrettyMethod() local
Ddex_file_verifier.cc1243 const dex::ProtoId* proto_id = reinterpret_cast<const dex::ProtoId*>(ptr_); in CheckIntraProtoIdItem() local
/art/dexlayout/
Ddex_visualize.cc148 void DumpProtoId(const dex_ir::ProtoId* proto_id, int class_index) { in DumpProtoId()
Ddexlayout.cc531 dex_ir::ProtoId* proto_id = header->ProtoIds()[secondary_index]; in IndexString() local
1680 auto proto_id = method_id->Proto(); in DumpMethodHandle() local
1739 auto proto_id = (*it)->GetProtoId(); in DumpCallSite() local
Ddex_writer.cc301 for (auto& proto_id : header_->ProtoIds()) { in WriteProtoIds() local
Ddex_ir.h789 void SetProtoId(ProtoId* proto_id) { u_.proto_val_ = proto_id; } in SetProtoId()
/art/tools/veridex/
Dflow_analysis.cc153 const dex::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetReturnType() local
/art/runtime/verifier/
Dmethod_verifier.cc1683 const dex::ProtoId& proto_id = in SetTypesFromSignature() local
3104 const dex::ProtoId& proto_id = dex_file_->GetProtoId(proto_idx); in CodeFlowVerifyInstruction() local
4869 const dex::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local
/art/compiler/optimizing/
Dgraph_visualizer.cc429 const dex::ProtoId& proto_id = dex_file.GetProtoId(load_method_type->GetProtoIndex()); in VisitLoadMethodType() local
/art/dexdump/
Ddexdump.cc1856 const dex::ProtoId& proto_id = pDexFile->GetProtoId(proto_idx); in dumpCallSite() local
/art/profman/
Dprofman.cc1104 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex() local
/art/openjdkjvmti/
Dti_redefine.cc2581 const art::dex::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, new_type_list); in UpdateMethods() local