Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h1227 bool SetupInterfaceLookupTable(Thread* self,
Dclass_linker.cc6384 return SetupInterfaceLookupTable(self, klass, interfaces) in LinkMethods()
7317 bool ClassLinker::SetupInterfaceLookupTable(Thread* self, Handle<mirror::Class> klass, in SetupInterfaceLookupTable() function in art::ClassLinker