Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc721 ObjPtr<mirror::Class> s_cl = s_it == s_if_count ? s : s_if->GetInterface(s_it); in InterfaceClassJoin() local
722 if (!s_cl->IsInterface()) { in InterfaceClassJoin()
732 if (s_cl == t_cl) { in InterfaceClassJoin()
734 return s_cl; in InterfaceClassJoin()