Searched refs:AsIntArray (Results 1 – 9 of 9) sorted by relevance
110 dstArray->AsIntArray()->Memmove(dstPos, srcArray->AsIntArray(), srcPos, count); in System_arraycopy()
712 … newArray->AsIntArray()->SetWithoutChecks<transaction_active>(i, shadow_frame.GetVReg(src_reg)); in DoFilledNewArray()753 RecordArrayElementsInTransactionImpl(array->AsIntArray(), count); in RecordArrayElementsInTransaction()896 IntArray* src = shadow_frame->GetVRegReference(arg_offset)->AsIntArray(); in UnstartedRuntimeInvoke()897 IntArray* dst = shadow_frame->GetVRegReference(arg_offset + 2)->AsIntArray(); in UnstartedRuntimeInvoke()
77 auto h_dimensions(hs.NewHandle(reinterpret_cast<mirror::IntArray*>(args[1])->AsIntArray())); in UnstartedRuntimeJni()
1046 IntArray* array = a->AsIntArray(); in ExecuteGotoImpl()1177 IntArray* array = a->AsIntArray(); in ExecuteGotoImpl()
945 IntArray* array = a->AsIntArray(); in ExecuteSwitchImpl()1076 IntArray* array = a->AsIntArray(); in ExecuteSwitchImpl()
404 array->AsIntArray()->SetWithoutChecks<false>(index, static_cast<int32_t>(value)); in UndoArrayWrite()
342 mirror::IntArray* intArray = intArrayField->GetObject(h_klass.Get())->AsIntArray(); in TEST_F()
166 IntArray* AsIntArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
318 inline IntArray* Object::AsIntArray() { in AsIntArray() function