Home
last modified time | relevance | path

Searched refs:AsIntArray (Results 1 – 9 of 9) sorted by relevance

/art/runtime/native/
Djava_lang_System.cc110 dstArray->AsIntArray()->Memmove(dstPos, srcArray->AsIntArray(), srcPos, count); in System_arraycopy()
/art/runtime/interpreter/
Dinterpreter_common.cc712 … 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()
Dinterpreter.cc77 auto h_dimensions(hs.NewHandle(reinterpret_cast<mirror::IntArray*>(args[1])->AsIntArray())); in UnstartedRuntimeJni()
Dinterpreter_goto_table_impl.cc1046 IntArray* array = a->AsIntArray(); in ExecuteGotoImpl()
1177 IntArray* array = a->AsIntArray(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc945 IntArray* array = a->AsIntArray(); in ExecuteSwitchImpl()
1076 IntArray* array = a->AsIntArray(); in ExecuteSwitchImpl()
/art/runtime/
Dtransaction.cc404 array->AsIntArray()->SetWithoutChecks<false>(index, static_cast<int32_t>(value)); in UndoArrayWrite()
Dtransaction_test.cc342 mirror::IntArray* intArray = intArrayField->GetObject(h_klass.Get())->AsIntArray(); in TEST_F()
/art/runtime/mirror/
Dobject.h166 IntArray* AsIntArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h318 inline IntArray* Object::AsIntArray() { in AsIntArray() function