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.cc897 object_array_class->GetIfTable()->SetInterface(0, java_lang_Cloneable.Get()); in InitWithoutImage()
898 object_array_class->GetIfTable()->SetInterface(1, java_io_Serializable.Get()); in InitWithoutImage()
7232 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()
7239 iftable->SetInterface(filled_ifcount, interface); in FillIfTable()
7331 iftable->SetInterface(i, super_interface); in SetupInterfaceLookupTable()