Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7108 ArrayRef<const NewInterfaceReference> new_interface_references = in SetupInterfaceLookupTable() local
7119 if (UNLIKELY(new_interface_references.empty())) { in SetupInterfaceLookupTable()
7124 size_t ifcount = super_ifcount + new_interface_references.size(); in SetupInterfaceLookupTable()
7146 for (NewInterfaceReference ref : new_interface_references) { in SetupInterfaceLookupTable()