Searched refs:GetMethodSignature (Results 1 – 12 of 12) sorted by relevance
17 class GetMethodSignature { class19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
227 TEST_F(DexFileTest, GetMethodSignature) { in TEST_F() argument248 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()261 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()272 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()333 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
120 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature()169 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature() function
299 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
667 const Signature GetMethodSignature(const MethodId& method_id) const;
5201 os << " " << dex_file.GetMethodName(id) << dex_file.GetMethodSignature(id).ToString() << "\n"; in DumpClass()5207 os << " " << dex_file.GetMethodName(id) << dex_file.GetMethodSignature(id).ToString() << "\n"; in DumpClass()5529 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()7452 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()7488 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
385 const Signature signature = dex_file.GetMethodSignature(method_id); in PrettyMethod()
127 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
562 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()858 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()921 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
29 GetMethodSignature \71 ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature Main Nested
3765 const Signature signature = dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()