Searched defs:SetWithoutChecks (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Darray-inl.h201 SetWithoutChecks<kTransactionActive, kCheckTransaction>(i, value);
209 inline void PrimitiveArray<T>::SetWithoutChecks(int32_t i, T value) { function in class:art::mirror::PrimitiveArray
H A Dobject_array-inl.h95 inline void ObjectArray<T>::SetWithoutChecks(int32_t i, T* object) { function in class:art::mirror::ObjectArray
138 SetWithoutChecks<false>(dst_pos + i, obj);
145 SetWithoutChecks<false>(dst_pos + i, obj);
178 SetWithoutChecks<false>(dst_pos + i, obj);
211 SetWithoutChecks<false>(dst_pos + i, nullptr);
216 SetWithoutChecks<false>(dst_pos + i, o);
219 SetWithoutChecks<false>(dst_pos + i, o);

Completed in 406 milliseconds