Home
last modified time | relevance | path

Searched refs:SetIFields (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h434 inline void Class::SetIFields(ObjectArray<ArtField>* new_ifields) in SetIFields() function
Dclass.h810 void SetIFields(ObjectArray<ArtField>* new_ifields) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc2790 klass->SetIFields(fields); in LoadClassMembers()