Searched refs:GetMethodSignature (Results 1 – 15 of 15) sorted by relevance
17 class GetMethodSignature { class19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
32 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
64 strcmp(type, dex_file.GetMethodSignature(method_id).ToString().c_str()) == 0; in HasSameNameAndSignature()72 dex_file.GetMethodSignature(method_id) == signature; in HasSameNameAndSignature()292 dex_file_.GetMethodSignature(method_id)); in GetMethod()
112 TEST_F(ArtDexFileLoaderTest, GetMethodSignature) { in TEST_F() argument133 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()208 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()273 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
209 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature()255 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
214 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
130 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
143 << klass_.GetDexFile().GetMethodSignature(mid).ToString(); in GetApiEntry()
828 << dex_file.GetMethodSignature(method_id).ToString() in Dump()1016 + dex_file.GetMethodSignature(method_id).ToString(); in GetMethodDescription()1030 const Signature signature = dex_file.GetMethodSignature(method_id); in VerifyMethods()
38 GetMethodSignature \150 ART_GTEST_art_dex_file_loader_test_DEX_DEPS := GetMethodSignature Main Nested MultiDex
97 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature() function
3274 Signature signature = dex_file_->GetMethodSignature(*method_id); in CheckConstructorProperties()
515 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod()641 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
601 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
396 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString(); in HasMethod()