Home
last modified time | relevance | path

Searched refs:GetMethodSignature (Results 1 – 20 of 20) 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/tools/veridex/
Dhidden_api.cc32 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
Dresolver.cc64 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()
/art/runtime/dex/
Dart_dex_file_loader_test.cc112 TEST_F(ArtDexFileLoaderTest, GetMethodSignature) { in TEST_F() argument
133 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()
/art/runtime/
Dart_method.cc209 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()
Dart_method-inl.h214 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
Dclass_linker.cc5656 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()
7995 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
/art/dexlist/
Ddexlist.cc130 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
/art/tools/hiddenapi/
Dhiddenapi.cc143 << klass_.GetDexFile().GetMethodSignature(mid).ToString(); in GetApiEntry()
/art/dexdump/
Ddexdump.cc860 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()
893 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()
1164 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()
1232 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
1662 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle()
/art/runtime/verifier/
Dverifier_deps.cc828 << 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()
Dmethod_verifier.cc3812 << dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()
3865 << dex_file_->GetMethodSignature(method_id) << " resolved to " in ResolveMethodAndCheckAccess()
3903 << dex_file_->GetMethodSignature(method_id) << " unexpectedly resolved to " in ResolveMethodAndCheckAccess()
/art/build/
DAndroid.gtest.mk38 GetMethodSignature \
150 ART_GTEST_art_dex_file_loader_test_DEX_DEPS := GetMethodSignature Main Nested MultiDex
/art/libdexfile/dex/
Ddex_file-inl.h97 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature() function
Ddex_file.h617 const Signature GetMethodSignature(const MethodId& method_id) const;
Ddex_file_verifier.cc3274 Signature signature = dex_file_->GetMethodSignature(*method_id); in CheckConstructorProperties()
/art/runtime/mirror/
Dclass.cc515 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod()
641 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
/art/profman/
Dprofman.cc601 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
/art/compiler/
Dverifier_deps_test.cc396 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString(); in HasMethod()
/art/openjdkjvmti/
Dti_redefine.cc642 art::Signature new_method_signature = dex_file_->GetMethodSignature(new_method_id); in CheckSameMethods()