Home
last modified time | relevance | path

Searched refs:ShortArray (Results 1 – 13 of 13) sorted by relevance

/art/runtime/
Dreference_table_test.cc64 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0); in TEST_F()
Dutils_test.cc115 Handle<mirror::ShortArray> a(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 2))); in TEST_F()
Djni_internal.cc1887 return NewPrimitiveArray<jshortArray, mirror::ShortArray>(env, length); in NewShortArray()
1960 return GetPrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, is_copy); in GetShortArrayElements()
1997 ReleasePrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, elements, mode); in ReleaseShortArrayElements()
2040 GetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in GetShortArrayRegion()
2084 SetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in SetShortArrayRegion()
Dtransaction_test.cc408 mirror::ShortArray* shortArray = shortArrayField->GetObject(h_klass.Get())->AsShortArray(); in TEST_F()
Dclass_linker_test.cc847 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
Dclass_linker.cc561 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitWithoutImage()
1041 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromBootImage()
2031 mirror::ShortArray::ResetArrayClass(); in ~ClassLinker()
/art/runtime/mirror/
Dobject.h53 typedef PrimitiveArray<int16_t> ShortArray; typedef
202 ShortArray* AsShortArray() SHARED_REQUIRES(Locks::mutator_lock_);
204 ShortArray* AsShortSizedArray() SHARED_REQUIRES(Locks::mutator_lock_);
Dobject-inl.h329 inline ShortArray* Object::AsShortArray() { in AsShortArray()
333 return down_cast<ShortArray*>(this); in AsShortArray()
337 inline ShortArray* Object::AsShortSizedArray() { in AsShortSizedArray()
342 return down_cast<ShortArray*>(this); in AsShortSizedArray()
Dobject_test.cc241 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F()
/art/runtime/native/
Djava_lang_System.cc192 System_arraycopyTUnchecked<mirror::ShortArray, Primitive::kPrimShort>(env, javaSrc, srcPos, in System_arraycopyShortUnchecked()
/art/runtime/interpreter/
Dinterpreter_common.h64 using ::art::mirror::ShortArray;
Dinterpreter_goto_table_impl.cc1086 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl()
1218 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc988 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl()
1120 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl()