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

/art/runtime/mirror/
H A Dclass-inl.h72 inline void Class::SetDirectMethods(ObjectArray<ArtMethod>* new_direct_methods)
76 DCHECK_NE(0, new_direct_methods->GetLength());
77 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, direct_methods_), new_direct_methods); local

Completed in 67 milliseconds