Home
last modified time | relevance | path

Searched refs:GetMethodSignature (Results 1 – 12 of 12) sorted by relevance

/art/test/GetMethodSignature/
DGetMethodSignature.java17 class GetMethodSignature { class
19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
/art/runtime/
Ddex_file_test.cc227 TEST_F(DexFileTest, GetMethodSignature) { in TEST_F() argument
248 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()
Dart_method.cc120 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()
Ddex_file-inl.h41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature() function
Dart_method-inl.h299 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
Ddex_file.h667 const Signature GetMethodSignature(const MethodId& method_id) const;
Dclass_linker.cc5201 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()
Dutils.cc385 const Signature signature = dex_file.GetMethodSignature(method_id); in PrettyMethod()
/art/dexlist/
Ddexlist.cc127 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
/art/dexdump/
Ddexdump.cc562 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()
/art/build/
DAndroid.gtest.mk29 GetMethodSignature \
71 ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature Main Nested
/art/runtime/verifier/
Dmethod_verifier.cc3765 const Signature signature = dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()