Searched refs:GetProtoSignature (Results 1 – 4 of 4) sorted by relevance
873 const Signature signature = pDexFile->GetProtoSignature(protoId); in indexString()891 const Signature signature = pDexFile->GetProtoSignature(protoId); in indexString()1686 std::string method_type = pDexFile->GetProtoSignature(method_type_id).ToString(); in dumpCallSite()1744 value = pDexFile->GetProtoSignature(proto_id).ToString(); in dumpCallSite()
120 inline const Signature DexFile::GetProtoSignature(const dex::ProtoId& proto_id) const { in GetProtoSignature() function
385 const Signature GetProtoSignature(const dex::ProtoId& proto_id) const;
400 StartAttributeStream("method_type") << dex_file.GetProtoSignature(proto_id); in VisitLoadMethodType()