Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.cc7132 ArrayRef<const NewInterfaceReference> new_interface_references = in SetupInterfaceLookupTable() local
7143 if (UNLIKELY(new_interface_references.empty())) { in SetupInterfaceLookupTable()
7148 size_t ifcount = super_ifcount + new_interface_references.size(); in SetupInterfaceLookupTable()
7170 for (NewInterfaceReference ref : new_interface_references) { in SetupInterfaceLookupTable()