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()
116 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature() function
382 const Signature GetMethodSignature(const dex::MethodId& method_id) const;
3670 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()
122 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
203 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature()249 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()
192 type_signature_ = dex_file.GetMethodSignature(method_id).ToString(); in MemberSignature()
51 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in BootImageRepresentation()
756 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
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()
40 GetMethodSignature \203 ART_GTEST_art_dex_file_loader_test_DEX_DEPS := GetMethodSignature Main Nested MultiDex
906 << dex_file.GetMethodSignature(method_id).ToString() in Dump()1094 + dex_file.GetMethodSignature(method_id).ToString(); in GetMethodDescription()1109 const Signature signature = dex_file.GetMethodSignature(method_id); in VerifyMethods()
938 ":art-gtest-jars-GetMethodSignature",1075 name: "art-gtest-jars-GetMethodSignature",1076 srcs: ["GetMethodSignature/**/*.java"],
621 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod()747 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
208 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
403 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString(); in HasMethod()
918 dex_file->GetMethodSignature(dex_file->GetMethodId(id))) {} in NameAndSignature()