Home
last modified time | relevance | path

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

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