Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc807 ObjPtr<mirror::Class> common_elem = ClassJoin(s_ct, t_ct); in ClassJoin() local
808 if (UNLIKELY(common_elem == nullptr)) { in ClassJoin()
814 Runtime::Current()->GetClassLinker()->FindArrayClass(self, common_elem); in ClassJoin()