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()
86 dexfile->GetMethodSignature(mid).ToString(), &other_return_type_idx, in FindDexMethodIndexInOtherDexFile()114 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
43 return dex_file->GetMethodSignature(mid) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()
226 TEST_F(DexFileTest, GetMethodSignature) { in TEST_F() argument247 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()260 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()271 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()331 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature() function
616 const Signature GetMethodSignature(const MethodId& method_id) const;
4554 os << " " << dex_file.GetMethodName(id) << dex_file.GetMethodSignature(id).ToString() << "\n"; in DumpClass()4560 os << " " << dex_file.GetMethodName(id) << dex_file.GetMethodSignature(id).ToString() << "\n"; in DumpClass()4835 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()5711 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()5740 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
400 const Signature signature = dex_file.GetMethodSignature(method_id); in PrettyMethod()
28 GetMethodSignature \51 ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature
437 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
345 const Signature signature = cu_->dex_file->GetMethodSignature(method_id); in CodegenDump()
3059 const Signature signature = dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()