Home
last modified time | relevance | path

Searched refs:GetMethodNameView (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dmethod_reference.h66 int name_diff = DexFile::CompareMemberNames(mr1.dex_file->GetMethodNameView(mid1), in SlowCompare()
67 mr2.dex_file->GetMethodNameView(mid2)); in SlowCompare()
Ddex_file-inl.h211 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView() function
216 inline std::string_view DexFile::GetMethodNameView(uint32_t method_idx) const { in GetMethodNameView() function
217 return GetMethodNameView(GetMethodId(method_idx)); in GetMethodNameView()
Ddex_file.h499 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
500 std::string_view GetMethodNameView(uint32_t method_idx) const;
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dmethod_reference.h66 int name_diff = DexFile::CompareMemberNames(mr1.dex_file->GetMethodNameView(mid1), in SlowCompare()
67 mr2.dex_file->GetMethodNameView(mid2)); in SlowCompare()
Ddex_file-inl.h211 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView() function
216 inline std::string_view DexFile::GetMethodNameView(uint32_t method_idx) const { in GetMethodNameView() function
217 return GetMethodNameView(GetMethodId(method_idx)); in GetMethodNameView()
Ddex_file.h499 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
500 std::string_view GetMethodNameView(uint32_t method_idx) const;
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dmethod_reference.h66 int name_diff = DexFile::CompareMemberNames(mr1.dex_file->GetMethodNameView(mid1), in SlowCompare()
67 mr2.dex_file->GetMethodNameView(mid2)); in SlowCompare()
Ddex_file-inl.h211 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView() function
216 inline std::string_view DexFile::GetMethodNameView(uint32_t method_idx) const { in GetMethodNameView() function
217 return GetMethodNameView(GetMethodId(method_idx)); in GetMethodNameView()
Ddex_file.h499 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
500 std::string_view GetMethodNameView(uint32_t method_idx) const;
/aosp_15_r20/art/libdexfile/dex/
H A Dmethod_reference.h66 int name_diff = DexFile::CompareMemberNames(mr1.dex_file->GetMethodNameView(mid1), in SlowCompare()
67 mr2.dex_file->GetMethodNameView(mid2)); in SlowCompare()
H A Ddex_file-inl.h214 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView() function
219 inline std::string_view DexFile::GetMethodNameView(uint32_t method_idx) const { in GetMethodNameView() function
220 return GetMethodNameView(GetMethodId(method_idx)); in GetMethodNameView()
H A Ddex_file.h499 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
500 std::string_view GetMethodNameView(uint32_t method_idx) const;
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dmethod_reference.h66 int name_diff = DexFile::CompareMemberNames(mr1.dex_file->GetMethodNameView(mid1), in SlowCompare()
67 mr2.dex_file->GetMethodNameView(mid2)); in SlowCompare()
Ddex_file-inl.h211 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView() function
216 inline std::string_view DexFile::GetMethodNameView(uint32_t method_idx) const { in GetMethodNameView() function
217 return GetMethodNameView(GetMethodId(method_idx)); in GetMethodNameView()
Ddex_file.h499 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
500 std::string_view GetMethodNameView(uint32_t method_idx) const;
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file-inl.h160 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView() function
165 inline std::string_view DexFile::GetMethodNameView(uint32_t idx) const { in GetMethodNameView() function
166 return GetMethodNameView(GetMethodId(idx)); in GetMethodNameView()
Ddex_file.h447 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
448 std::string_view GetMethodNameView(uint32_t idx) const;
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file-inl.h160 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView() function
165 inline std::string_view DexFile::GetMethodNameView(uint32_t idx) const { in GetMethodNameView() function
166 return GetMethodNameView(GetMethodId(idx)); in GetMethodNameView()
Ddex_file.h410 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
411 std::string_view GetMethodNameView(uint32_t idx) const;
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc812 return DexFile::CompareMemberNames(name, dex_file.GetMethodNameView(method_id)); in FindDeclaredClassMethod()
873 name = dex_file.GetMethodNameView(method_id); in FindClassMethod()
904 name = dex_file.GetMethodNameView(method_id); in FindClassMethod()
932 name = dex_file.GetMethodNameView(method_id); in FindClassMethod()
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc1307 DCHECK(dex_file_->GetMethodNameView(dex_method_idx_) == "<init>" || in Verify()
1308 dex_file_->GetMethodNameView(dex_method_idx_) == "<clinit>"); in Verify()
1312 DCHECK(dex_file_->GetMethodNameView(dex_method_idx_) == "<init>" || in Verify()
1313 dex_file_->GetMethodNameView(dex_method_idx_) == "<clinit>"); in Verify()
1321 CHECK_EQ(IsStatic(), dex_file_->GetMethodNameView(dex_method_idx_) == "<clinit>"); in Verify()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h488 const std::string_view method_name = dex_file->GetMethodNameView(method_id); in IsStringInit()
/aosp_15_r20/art/runtime/
H A Dart_method-inl.h436 return dex_file->GetMethodNameView(dex_method_idx);
H A Dclass_linker.cc1282 std::string_view name = dex_file.GetMethodNameView(method_id); in ComputeMethodHash()
1306 lhs_dex_file.GetMethodNameView(lhs_mid) == rhs_dex_file.GetMethodNameView(rhs_mid) && in MethodSignatureEquals()
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfile/android_arm64_armv8-2a_cortex-a55_shared_apex31/obj/art/libdexfile/dex/
Dstandard_dex_file.sdump31630 "function_name" : "art::DexFile::GetMethodNameView",
31646 "function_name" : "art::DexFile::GetMethodNameView",

12