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

  /art/runtime/mirror/
class-inl.h 283 inline void Class::SetSFields(ObjectArray<ArtField>* new_sfields)
287 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Class, sfields_), new_sfields, false); local
class.h 667 void SetSFields(ObjectArray<ArtField>* new_sfields) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]

Completed in 439 milliseconds