HomeSort by relevance Sort by last modified time
    Searched refs:new_vtable (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
class-inl.h 141 inline void Class::SetVTable(ObjectArray<ArtMethod>* new_vtable) {
142 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, vtable_), new_vtable); local
class.h 691 void SetVTable(ObjectArray<ArtMethod>* new_vtable)
    [all...]

Completed in 43 milliseconds