Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7147 ObjPtr<mirror::Class> direct_interface = interfaces.GetInterface(ref.direct_interface_index); in SetupInterfaceLookupTable() local
7149 ? direct_interface->GetIfTable()->GetInterface(ref.direct_interface_iftable_index) in SetupInterfaceLookupTable()
7150 : direct_interface; in SetupInterfaceLookupTable()