Home | History | Annotate | Download | only in mirror

Lines Matching refs:ObjectArray

505   ObjectArray<ArtMethod>* GetDirectMethods() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
507 void SetDirectMethods(ObjectArray<ArtMethod>* new_direct_methods)
518 ObjectArray<ArtMethod>* GetVirtualMethods() const
521 void SetVirtualMethods(ObjectArray<ArtMethod>* new_virtual_methods)
536 ObjectArray<ArtMethod>* GetVTable() const;
538 ObjectArray<ArtMethod>* GetVTableDuringLinking() const;
540 void SetVTable(ObjectArray<ArtMethod>* new_vtable)
603 ObjectArray<ArtField>* GetIFields() const;
605 void SetIFields(ObjectArray<ArtField>* new_ifields) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
665 ObjectArray<ArtField>* GetSFields() const;
667 void SetSFields(ObjectArray<ArtField>* new_sfields) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
779 ObjectArray<ArtMethod>* direct_methods_;
791 ObjectArray<ArtField>* ifields_;
810 ObjectArray<ArtField>* sfields_;
819 ObjectArray<ArtMethod>* virtual_methods_;
825 ObjectArray<ArtMethod>* vtable_;