• Home
  • Raw
  • Download

Lines Matching refs:ObjectArray

641   ObjectArray<ArtMethod>* GetDirectMethods() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
643 void SetDirectMethods(ObjectArray<ArtMethod>* new_direct_methods)
655 ObjectArray<ArtMethod>* GetVirtualMethods() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
657 void SetVirtualMethods(ObjectArray<ArtMethod>* new_virtual_methods)
671 ObjectArray<ArtMethod>* GetVTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
673 ObjectArray<ArtMethod>* GetVTableDuringLinking() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
675 void SetVTable(ObjectArray<ArtMethod>* new_vtable)
682 void SetImTable(ObjectArray<ArtMethod>* new_imtable)
798 ObjectArray<ArtField>* GetIFields() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
800 void SetIFields(ObjectArray<ArtField>* new_ifields) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
849 ObjectArray<ArtField>* GetSFields() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
851 void SetSFields(ObjectArray<ArtField>* new_sfields) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
994 ObjectArray<Class>* GetInterfaces() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
997 ObjectArray<ObjectArray<Class>>* GetThrows() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1039 ObjectArray<ArtMethod>* GetImTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1053 HeapReference<ObjectArray<ArtMethod>> direct_methods_;
1065 HeapReference<ObjectArray<ArtField>> ifields_;
1081 HeapReference<ObjectArray<ArtMethod>> imtable_;
1087 HeapReference<ObjectArray<ArtField>> sfields_;
1096 HeapReference<ObjectArray<ArtMethod>> virtual_methods_;
1102 HeapReference<ObjectArray<ArtMethod>> vtable_;