Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dart_method.cc308 std::string_view mid_declaring_class_descriptor = dexfile->GetTypeDescriptorView(mid.class_idx_); in FindDexMethodIndexInOtherDexFile() local
309 const dex::TypeId* other_type_id = other_dexfile.FindTypeId(mid_declaring_class_descriptor); in FindDexMethodIndexInOtherDexFile()