Searched refs:t_ct (Results 1 – 1 of 1) sorted by relevance
798 ObjPtr<mirror::Class> t_ct = t->GetComponentType(); in ClassJoin() local799 if (s_ct->IsPrimitive() || t_ct->IsPrimitive()) { in ClassJoin()807 ObjPtr<mirror::Class> common_elem = ClassJoin(s_ct, t_ct); in ClassJoin()