Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc717 int32_t t_if_count = t->GetIfTableCount(); in InterfaceClassJoin() local
726 for (int32_t t_it = t_if_count; t_it >= 0; --t_it) { in InterfaceClassJoin()
727 ObjPtr<mirror::Class> t_cl = t_it == t_if_count ? t : t_if->GetInterface(t_it); in InterfaceClassJoin()