Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc1728 const DexFile& match_dex_file = match->GetDexFile(); in DescriptorEquals() local
1731 if (&klass_dex_file == &match_dex_file) { in DescriptorEquals()
1735 std::string_view match_descriptor = match_dex_file.GetTypeDescriptorView(match_type_index); in DescriptorEquals()