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/
Dmethod_helper.cc86 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()
Dmethod_helper-inl.h43 return dex_file->GetMethodSignature(mid) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()
Ddex_file_test.cc226 TEST_F(DexFileTest, GetMethodSignature) { in TEST_F() argument
247 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()
Ddex_file-inl.h41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature() function
Ddex_file.h616 const Signature GetMethodSignature(const MethodId& method_id) const;
Dclass_linker.cc4554 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()
Dutils.cc400 const Signature signature = dex_file.GetMethodSignature(method_id); in PrettyMethod()
/art/build/
DAndroid.gtest.mk28 GetMethodSignature \
51 ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature
/art/runtime/mirror/
Dart_method-inl.h437 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
/art/compiler/dex/quick/
Dcodegen_util.cc345 const Signature signature = cu_->dex_file->GetMethodSignature(method_id); in CodegenDump()
/art/runtime/verifier/
Dmethod_verifier.cc3059 const Signature signature = dex_file_->GetMethodSignature(method_id); in ResolveMethodAndCheckAccess()