Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable-inl.h25 inline void IfTable::SetInterface(int32_t i, Class* interface) { in SetInterface() function
Diftable.h34 ALWAYS_INLINE void SetInterface(int32_t i, Class* interface)
/art/runtime/
Dclass_linker.cc437 array_iftable->SetInterface(0, java_lang_Cloneable); in InitWithoutImage()
438 array_iftable->SetInterface(1, java_io_Serializable); in InitWithoutImage()
5100 iftable->SetInterface(i, super_interface); in LinkInterfaceMethods()
5119 iftable->SetInterface(idx++, interface); in LinkInterfaceMethods()
5132 iftable->SetInterface(idx++, super_interface); in LinkInterfaceMethods()