Searched refs:GetMethodSignature (Results 1 – 21 of 21) sorted by relevance
17 class GetMethodSignature { class19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
121 TEST_F(ArtDexFileLoaderTest, GetMethodSignature) { in TEST_F() argument140 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()216 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()282 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
116 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature() function
397 const Signature GetMethodSignature(const dex::MethodId& method_id) const;
3665 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()
79 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
204 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature()250 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
192 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
204 type_signature_ = dex_file.GetMethodSignature(method_id).ToString(); in MemberSignature()
6366 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()7536 signature(dex_file->GetMethodSignature(mid)) { in CheckVTableHasNoDuplicates()9200 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
122 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
51 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in BootImageRepresentation()
883 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
870 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()903 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()1174 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()1267 const Signature signature = dex_file.GetMethodSignature(pMethodId); in dumpMethod()1680 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle()
273 ":art-gtest-jars-GetMethodSignature",
590 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod()716 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
1317 ":art-gtest-jars-GetMethodSignature",1455 name: "art-gtest-jars-GetMethodSignature",1456 srcs: ["GetMethodSignature/**/*.java"],
221 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
3856 << dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()3909 << dex_file_->GetMethodSignature(method_id) << " resolved to " in ResolveMethodAndCheckAccess()3947 << dex_file_->GetMethodSignature(method_id) << " unexpectedly resolved to " in ResolveMethodAndCheckAccess()
915 dex_file->GetMethodSignature(dex_file->GetMethodId(id))) {} in NameAndSignature()