Searched refs:SetInterface (Results 1 – 3 of 3) sorted by relevance
32 ALWAYS_INLINE void SetInterface(int32_t i, ObjPtr<Class> interface)
36 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) { in SetInterface() function
903 object_array_class->GetIfTable()->SetInterface(0, java_lang_Cloneable.Get()); in InitWithoutImage()904 object_array_class->GetIfTable()->SetInterface(1, java_io_Serializable.Get()); in InitWithoutImage()7182 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()7189 iftable->SetInterface(filled_ifcount, interface); in FillIfTable()7280 iftable->SetInterface(i, super_interface); in SetupInterfaceLookupTable()