Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h302 inline void Class::SetVTable(ObjPtr<PointerArray> new_vtable) { in SetVTable() argument
304 OFFSET_OF_OBJECT_MEMBER(Class, vtable_), new_vtable); in SetVTable()
Dclass.h818 void SetVTable(ObjPtr<PointerArray> new_vtable) REQUIRES_SHARED(Locks::mutator_lock_);