Searched refs:GetMethodDeclaringClassDescriptorView (Results 1 – 3 of 3) sorted by relevance
179 inline std::string_view DexFile::GetMethodDeclaringClassDescriptorView( in GetMethodDeclaringClassDescriptorView() function184 inline std::string_view DexFile::GetMethodDeclaringClassDescriptorView(uint32_t method_idx) const { in GetMethodDeclaringClassDescriptorView() function185 return GetMethodDeclaringClassDescriptorView(GetMethodId(method_idx)); in GetMethodDeclaringClassDescriptorView()
480 std::string_view GetMethodDeclaringClassDescriptorView(const dex::MethodId& method_id) const;481 std::string_view GetMethodDeclaringClassDescriptorView(uint32_t method_idx) const;
391 return GetDexFile()->GetMethodDeclaringClassDescriptorView(GetDexMethodIndex());