Home
last modified time | relevance | path

Searched refs:new_iftable (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h422 inline void Class::SetIfTable(IfTable* new_iftable) { in SetIfTable() argument
423 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_), new_iftable); in SetIfTable()
Dclass.h876 ALWAYS_INLINE void SetIfTable(IfTable* new_iftable) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);