Searched refs:AsIntArray (Results 1 - 10 of 10) sorted by relevance

/art/runtime/native/
H A Djava_lang_System.cc109 dstArray->AsIntArray()->Memmove(dstPos, srcArray->AsIntArray(), srcPos, count);
H A Dsun_misc_Unsafe.cc353 copyToArray(srcAddr, dst->AsIntArray(), dst_offset, sz);
384 copyFromArray(dstAddr, src->AsIntArray(), src_offset, sz);
/art/runtime/mirror/
H A Darray-inl.h383 AsIntArray<kVerifyFlags, kReadBarrierOption>()->GetWithoutChecks(idx));
394 (kUnchecked ? down_cast<IntArray*>(static_cast<Object*>(this)) : AsIntArray())
H A Dobject.h216 IntArray* AsIntArray() SHARED_REQUIRES(Locks::mutator_lock_);
H A Dobject-inl.h358 inline IntArray* Object::AsIntArray() { function in class:art::mirror::Object
/art/runtime/
H A Dtransaction.cc518 array->AsIntArray()->SetWithoutChecks<false>(index, static_cast<int32_t>(value));
H A Dtransaction_test.cc415 mirror::IntArray* intArray = intArrayField->GetObject(h_klass.Get())->AsIntArray();
H A Ddex_file.cc2029 new_array->AsIntArray()->SetWithoutChecks<false>(
/art/runtime/interpreter/
H A Dinterpreter_common.cc875 new_array->AsIntArray()->SetWithoutChecks<transaction_active>(
917 RecordArrayElementsInTransactionImpl(array->AsIntArray(), count);
H A Dunstarted_runtime.cc1539 auto h_dimensions(hs.NewHandle(reinterpret_cast<mirror::IntArray*>(args[1])->AsIntArray()));

Completed in 335 milliseconds