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

/art/runtime/mirror/
H A Diftable-inl.h26 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) { function in class:art::mirror::IfTable
H A Diftable.h37 ALWAYS_INLINE void SetInterface(int32_t i, ObjPtr<Class> interface)
/art/runtime/
H A Dclass_linker.cc667 array_iftable_.Read()->SetInterface(0, java_lang_Cloneable.Get());
668 array_iftable_.Read()->SetInterface(1, java_io_Serializable.Get());
6495 iftable->SetInterface(filled_ifcount, super_interface);
6502 iftable->SetInterface(filled_ifcount, interface);
6593 iftable->SetInterface(i, super_interface);

Completed in 89 milliseconds