Searched refs:GetMethodSignature (Results 1 – 22 of 22) sorted by relevance
17 class GetMethodSignature { class19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
161 TEST_F(ArtDexFileLoaderTest, GetMethodSignature) { in TEST_F() argument180 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()256 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()322 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
185 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature() function
489 const Signature GetMethodSignature(const dex::MethodId& method_id) const;
3847 Signature signature = dex_file_->GetMethodSignature(method_id); in CheckConstructorProperties()
54 strcmp(type, dex_file.GetMethodSignature(method_id).ToString().c_str()) == 0; in HasSameNameAndSignature()62 dex_file.GetMethodSignature(method_id) == signature; in HasSameNameAndSignature()270 dex_file_.GetMethodSignature(method_id)); in GetMethod()
88 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
126 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
255 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature()301 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
284 type_signature_ = dex_file.GetMethodSignature(method_id).ToString(); in MemberSignature()
422 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
417 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
1293 lhs_dex_file.GetMethodSignature(lhs_mid) == rhs_dex_file.GetMethodSignature(rhs_mid); in MethodSignatureEquals()6615 dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()7328 signature(dex_file->GetMethodSignature(mid)) { in CheckVTableHasNoDuplicates()
51 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in BootImageRepresentation()
906 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
937 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()970 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()1241 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()1357 const Signature signature = dex_file.GetMethodSignature(pMethodId); in dumpMethod()1770 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle()
577 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod()802 return signature.Compare(dex_file.GetMethodSignature(method_id)); in FindDeclaredClassMethod()851 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
307 ":art-gtest-jars-GetMethodSignature",
224 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
1391 ":art-gtest-jars-GetMethodSignature",1524 name: "art-gtest-jars-GetMethodSignature",1525 srcs: ["GetMethodSignature/**/*.java"],
3776 << dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()3829 << dex_file_->GetMethodSignature(method_id) << " resolved to " in ResolveMethodAndCheckAccess()3867 << dex_file_->GetMethodSignature(method_id) << " unexpectedly resolved to " in ResolveMethodAndCheckAccess()
919 dex_file->GetMethodSignature(dex_file->GetMethodId(id))) {} in NameAndSignature()