Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable-inl.h26 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) { in SetInterface() function
Diftable.h34 ALWAYS_INLINE void SetInterface(int32_t i, ObjPtr<Class> interface)
/art/runtime/
Dclass_linker.cc636 array_iftable_.Read()->SetInterface(0, java_lang_Cloneable.Get()); in InitWithoutImage()
637 array_iftable_.Read()->SetInterface(1, java_io_Serializable.Get()); in InitWithoutImage()
6581 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()
6588 iftable->SetInterface(filled_ifcount, interface); in FillIfTable()
6679 iftable->SetInterface(i, super_interface); in SetupInterfaceLookupTable()