Lines Matching refs:int32_t
36 int32_t length,
42 int32_t length)
47 ALWAYS_INLINE T* Get(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
55 ALWAYS_INLINE void Set(int32_t i, ObjPtr<T> object) REQUIRES_SHARED(Locks::mutator_lock_);
59 ALWAYS_INLINE void Set(int32_t i, ObjPtr<T> object) NO_THREAD_SAFETY_ANALYSIS;
67 ALWAYS_INLINE void SetWithoutChecks(int32_t i, ObjPtr<T> object) NO_THREAD_SAFETY_ANALYSIS;
72 ALWAYS_INLINE void SetWithoutChecksAndWriteBarrier(int32_t i, ObjPtr<T> object)
77 ALWAYS_INLINE T* GetWithoutChecks(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
80 void AssignableMemmove(int32_t dst_pos,
82 int32_t src_pos,
83 int32_t count)
87 void AssignableMemcpy(int32_t dst_pos,
89 int32_t src_pos,
90 int32_t count)
95 void AssignableCheckingMemcpy(int32_t dst_pos,
97 int32_t src_pos,
98 int32_t count,
102 ObjectArray<T>* CopyOf(Thread* self, int32_t new_length)
106 static MemberOffset OffsetOfElement(int32_t i);