Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable-inl.h25 inline void IfTable::SetInterface(int32_t i, Class* interface) { in SetInterface() function
Diftable.h34 void SetInterface(int32_t i, Class* interface) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc445 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()