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

  /art/runtime/mirror/
object_array-inl.h 116 inline void ObjectArray<T>::SetWithoutChecksAndWriteBarrier(int32_t i, ObjPtr<T> object) {
162 SetWithoutChecksAndWriteBarrier<false>(dst_pos + i, obj);
170 SetWithoutChecksAndWriteBarrier<false>(dst_pos + i, obj);
187 SetWithoutChecksAndWriteBarrier<false>(dst_pos + i, obj);
195 SetWithoutChecksAndWriteBarrier<false>(dst_pos + i, obj);
237 SetWithoutChecksAndWriteBarrier<false>(dst_pos + i, obj);
245 SetWithoutChecksAndWriteBarrier<false>(dst_pos + i, obj);
object_array.h 72 ALWAYS_INLINE void SetWithoutChecksAndWriteBarrier(int32_t i, ObjPtr<T> object)

Completed in 195 milliseconds