/aosp12/art/test/GetMethodSignature/ |
H A D | GetMethodSignature.java | 17 class GetMethodSignature { class 19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader_test.cc | 121 TEST_F(ArtDexFileLoaderTest, GetMethodSignature) { in TEST_F() argument 140 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F() 216 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F() 282 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
|
H A D | dex_file-inl.h | 116 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature() function
|
H A D | dex_file.h | 397 const Signature GetMethodSignature(const dex::MethodId& method_id) const;
|
H A D | dex_file_verifier.cc | 3665 Signature signature = dex_file_->GetMethodSignature(method_id); in CheckConstructorProperties()
|
/aosp12/art/tools/veridex/ |
H A D | resolver.cc | 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()
|
H A D | hidden_api.cc | 79 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
|
/aosp12/art/runtime/ |
H A D | art_method.cc | 204 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature() 250 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
|
H A D | art_method-inl.h | 192 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
|
H A D | hidden_api.cc | 204 type_signature_ = dex_file.GetMethodSignature(method_id).ToString(); in MemberSignature()
|
H A D | class_linker.cc | 6377 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature() 7547 signature(dex_file->GetMethodSignature(mid)) { in CheckVTableHasNoDuplicates() 9211 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
|
/aosp12/art/dexlist/ |
H A D | dexlist.cc | 122 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
|
/aosp12/art/dexdump/ |
H A D | dexdump.cc | 870 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString() 903 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString() 1174 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes() 1267 const Signature signature = dex_file.GetMethodSignature(pMethodId); in dumpMethod() 1680 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle()
|
/aosp12/art/profman/ |
H A D | boot_image_profile.cc | 51 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in BootImageRepresentation()
|
H A D | profman.cc | 883 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
|
/aosp12/art/libdexfile/ |
H A D | Android.bp | 282 ":art-gtest-jars-GetMethodSignature",
|
/aosp12/art/runtime/mirror/ |
H A D | class.cc | 590 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod() 716 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
|
/aosp12/art/test/ |
H A D | Android.bp | 1317 ":art-gtest-jars-GetMethodSignature", 1455 name: "art-gtest-jars-GetMethodSignature", 1456 srcs: ["GetMethodSignature/**/*.java"],
|
/aosp12/art/tools/hiddenapi/ |
H A D | hiddenapi.cc | 221 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 3856 << dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess() 3909 << dex_file_->GetMethodSignature(method_id) << " resolved to " in ResolveMethodAndCheckAccess() 3947 << dex_file_->GetMethodSignature(method_id) << " unexpectedly resolved to " in ResolveMethodAndCheckAccess()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 915 dex_file->GetMethodSignature(dex_file->GetMethodId(id))) {} in NameAndSignature()
|