Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7268 ObjPtr<mirror::Class> if_b = iftable->GetInterface(j); in FillIfTable() local
7270 CHECK(!if_b->IsAssignableFrom(if_a)) in FillIfTable()
7273 << if_b->PrettyClass() << " (index " << j << ") and so should be after it in the " in FillIfTable()