Searched defs:new_iftable (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dclass-inl.h586 inline void Class::SetIfTable(ObjPtr<IfTable> new_iftable) { argument
587 DCHECK(new_iftable != nullptr) << PrettyClass(this);
588 SetFieldObject<false>(IfTableOffset(), new_iftable); local

Completed in 385 milliseconds