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

  /art/runtime/mirror/
class-inl.h 72 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
class.h 657 void SetDirectMethods(ObjectArray<ArtMethod>* new_direct_methods)
    [all...]

Completed in 32 milliseconds