Home
last modified time | relevance | path

Searched refs:GetMethodSignature (Results 1 – 22 of 22) 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/libdexfile/dex/
Dart_dex_file_loader_test.cc161 TEST_F(ArtDexFileLoaderTest, GetMethodSignature) { in TEST_F() argument
180 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()
256 std::string signature(raw->GetMethodSignature(method_id).ToString()); in TEST_F()
322 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
Ddex_file-inl.h185 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature() function
Ddex_file.h489 const Signature GetMethodSignature(const dex::MethodId& method_id) const;
Ddex_file_verifier.cc3847 Signature signature = dex_file_->GetMethodSignature(method_id); in CheckConstructorProperties()
/art/tools/veridex/
Dresolver.cc54 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()
Dhidden_api.cc88 << dex_file.GetMethodSignature(method_id).ToString(); in GetApiMethodName()
/art/dexlist/
Ddexlist.cc126 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
/art/runtime/
Dart_method.cc255 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2); in HasSameNameAndSignature()
301 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
Dhidden_api.cc284 type_signature_ = dex_file.GetMethodSignature(method_id).ToString(); in MemberSignature()
Dclass_linker-inl.h422 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
Dart_method-inl.h417 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
Dclass_linker.cc1293 lhs_dex_file.GetMethodSignature(lhs_mid) == rhs_dex_file.GetMethodSignature(rhs_mid); in MethodSignatureEquals()
6615 dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()
7328 signature(dex_file->GetMethodSignature(mid)) { in CheckVTableHasNoDuplicates()
/art/profman/
Dboot_image_profile.cc51 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in BootImageRepresentation()
Dprofman.cc906 std::string signature_string(dex_file->GetMethodSignature(id).ToString()); in GetClassNamesAndMethods()
/art/dexdump/
Ddexdump.cc937 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()
970 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()
1241 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()
1357 const Signature signature = dex_file.GetMethodSignature(pMethodId); in dumpMethod()
1770 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle()
/art/runtime/mirror/
Dclass.cc577 const Signature signature = dex_file.GetMethodSignature(method_id); in FindInterfaceMethod()
802 return signature.Compare(dex_file.GetMethodSignature(method_id)); in FindDeclaredClassMethod()
851 const Signature signature = dex_file.GetMethodSignature(method_id); in FindClassMethod()
/art/libdexfile/
DAndroid.bp307 ":art-gtest-jars-GetMethodSignature",
/art/tools/hiddenapi/
Dhiddenapi.cc224 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
/art/test/
DAndroid.bp1391 ":art-gtest-jars-GetMethodSignature",
1524 name: "art-gtest-jars-GetMethodSignature",
1525 srcs: ["GetMethodSignature/**/*.java"],
/art/runtime/verifier/
Dmethod_verifier.cc3776 << dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()
3829 << dex_file_->GetMethodSignature(method_id) << " resolved to " in ResolveMethodAndCheckAccess()
3867 << dex_file_->GetMethodSignature(method_id) << " unexpectedly resolved to " in ResolveMethodAndCheckAccess()
/art/openjdkjvmti/
Dti_redefine.cc919 dex_file->GetMethodSignature(dex_file->GetMethodId(id))) {} in NameAndSignature()