Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7322 const bool have_interfaces = interfaces != nullptr; in SetupInterfaceLookupTable() local
7324 have_interfaces ? interfaces->GetLength() : klass->NumDirectInterfaces(); in SetupInterfaceLookupTable()
7352 ObjPtr<mirror::Class> interface = have_interfaces in SetupInterfaceLookupTable()
7391 ObjPtr<mirror::Class> interface = have_interfaces ? interfaces->Get(i) : in SetupInterfaceLookupTable()