Home
last modified time | relevance | path

Searched refs:GetMethodDeclaringClassDescriptorView (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h179 inline std::string_view DexFile::GetMethodDeclaringClassDescriptorView( in GetMethodDeclaringClassDescriptorView() function
184 inline std::string_view DexFile::GetMethodDeclaringClassDescriptorView(uint32_t method_idx) const { in GetMethodDeclaringClassDescriptorView() function
185 return GetMethodDeclaringClassDescriptorView(GetMethodId(method_idx)); in GetMethodDeclaringClassDescriptorView()
Ddex_file.h480 std::string_view GetMethodDeclaringClassDescriptorView(const dex::MethodId& method_id) const;
481 std::string_view GetMethodDeclaringClassDescriptorView(uint32_t method_idx) const;
/art/runtime/
Dart_method-inl.h391 return GetDexFile()->GetMethodDeclaringClassDescriptorView(GetDexMethodIndex());