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

/art/runtime/mirror/
H A Darray-inl.h235 SetWithoutChecks<kTransactionActive, kCheckTransaction>(i, value);
243 inline void PrimitiveArray<T>::SetWithoutChecks(int32_t i, T value) { function in class:art::mirror::PrimitiveArray
389 SetWithoutChecks<kTransactionActive>(idx, (uint64_t)(element));
394 ->SetWithoutChecks<kTransactionActive>(idx, static_cast<uint32_t>((uintptr_t)element));
H A Dobject_array-inl.h100 inline void ObjectArray<T>::SetWithoutChecks(int32_t i, T* object) { function in class:art::mirror::ObjectArray
143 SetWithoutChecks<false>(dst_pos + i, obj);
150 SetWithoutChecks<false>(dst_pos + i, obj);
183 SetWithoutChecks<false>(dst_pos + i, obj);
216 SetWithoutChecks<false>(dst_pos + i, nullptr);
221 SetWithoutChecks<false>(dst_pos + i, o);
224 SetWithoutChecks<false>(dst_pos + i, o);

Completed in 61 milliseconds