Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h1185 bool SetupInterfaceLookupTable(Thread* self,
H A Dclass_linker.cc6338 return SetupInterfaceLookupTable(self, klass, interfaces) in LinkMethods()
7281 bool ClassLinker::SetupInterfaceLookupTable(Thread* self, in SetupInterfaceLookupTable() function in art::ClassLinker