Searched refs:SetInterface (Results 1 – 3 of 3) sorted by relevance
25 inline void IfTable::SetInterface(int32_t i, Class* interface) { in SetInterface() function
34 void SetInterface(int32_t i, Class* interface) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
445 array_iftable->SetInterface(0, java_lang_Cloneable); in InitWithoutImage()446 array_iftable->SetInterface(1, java_io_Serializable); in InitWithoutImage()4713 iftable->SetInterface(i, super_interface); in LinkInterfaceMethods()4741 iftable->SetInterface(idx++, interface); in LinkInterfaceMethods()4754 iftable->SetInterface(idx++, super_interface); in LinkInterfaceMethods()