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

  /art/runtime/mirror/
object_array-inl.h 95 inline void ObjectArray<T>::SetWithoutChecks(int32_t i, T* object) {
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);
array-inl.h 201 SetWithoutChecks<kTransactionActive, kCheckTransaction>(i, value);
209 inline void PrimitiveArray<T>::SetWithoutChecks(int32_t i, T value) {

Completed in 34 milliseconds