Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h32 ALWAYS_INLINE void SetInterface(int32_t i, ObjPtr<Class> interface)
Diftable-inl.h36 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) { in SetInterface() function
/art/runtime/
Dclass_linker.cc972 object_array_class->GetIfTable()->SetInterface(0, java_lang_Cloneable.Get()); in InitWithoutImage()
973 object_array_class->GetIfTable()->SetInterface(1, java_io_Serializable.Get()); in InitWithoutImage()
7279 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()
7286 iftable->SetInterface(filled_ifcount, interface); in FillIfTable()
7377 iftable->SetInterface(i, super_interface); in SetupInterfaceLookupTable()