Home | History | Annotate | Download | only in mirror

Lines Matching refs:new_vtable

300 inline void Class::SetVTable(ObjPtr<PointerArray> new_vtable) {
301 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, vtable_), new_vtable);