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.cc506 array_iftable_.Read()->SetInterface(0, java_lang_Cloneable.Get()); in InitWithoutImage()
507 array_iftable_.Read()->SetInterface(1, java_io_Serializable.Get()); in InitWithoutImage()
4715 iftable->SetInterface(i, super_interface); in LinkInterfaceMethods()
4735 iftable->SetInterface(idx++, interface); in LinkInterfaceMethods()
4748 iftable->SetInterface(idx++, super_interface); in LinkInterfaceMethods()