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()
112 TEST_F(ArtDexFileLoaderTest, GetMethodSignature) { in TEST_F() argument131 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()207 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()273 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
115 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature() function
379 const Signature GetMethodSignature(const dex::MethodId& method_id) const;
3473 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()
84 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
194 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature()240 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
190 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
156 type_signature_ = dex_file.GetMethodSignature(method_id).ToString(); in MemberSignature()
6158 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()7303 signature(dex_file->GetMethodSignature(mid)) { in CheckVTableHasNoDuplicates()8658 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
122 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
831 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()864 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()1135 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()1228 const Signature signature = dex_file.GetMethodSignature(pMethodId); in dumpMethod()1638 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle()
38 GetMethodSignature \201 ART_GTEST_art_dex_file_loader_test_DEX_DEPS := GetMethodSignature Main Nested MultiDex
893 << dex_file.GetMethodSignature(method_id).ToString() in Dump()1081 + dex_file.GetMethodSignature(method_id).ToString(); in GetMethodDescription()1096 const Signature signature = dex_file.GetMethodSignature(method_id); in VerifyMethods()
3871 << dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()3924 << dex_file_->GetMethodSignature(method_id) << " resolved to " in ResolveMethodAndCheckAccess()3962 << dex_file_->GetMethodSignature(method_id) << " unexpectedly resolved to " in ResolveMethodAndCheckAccess()
500 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod()626 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
208 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
659 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
403 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString(); in HasMethod()
692 art::Signature new_method_signature = dex_file_->GetMethodSignature(new_method_id); in CheckSameMethods()