Home
last modified time | relevance | path

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

/art/runtime/
Dreference_table_test.cc62 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0); in TEST_F()
Dutils_test.cc114 Handle<mirror::ShortArray> a(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 2))); in TEST_F()
Dtransaction_test.cc335 mirror::ShortArray* shortArray = shortArrayField->GetObject(h_klass.Get())->AsShortArray(); in TEST_F()
Djni_internal.cc2170 return NewPrimitiveArray<jshortArray, mirror::ShortArray>(env, length); in NewShortArray()
2237 return GetPrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, is_copy); in GetShortArrayElements()
2274 ReleasePrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, elements, mode); in ReleaseShortArrayElements()
2317 GetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in GetShortArrayRegion()
2361 SetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in SetShortArrayRegion()
Dclass_linker_test.cc808 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
Dclass_linker.cc416 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitWithoutImage()
1666 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromImage()
1848 mirror::ShortArray::ResetArrayClass(); in ~ClassLinker()
/art/runtime/mirror/
Dobject.h49 typedef PrimitiveArray<int16_t> ShortArray; typedef
161 ShortArray* AsShortArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
163 ShortArray* AsShortSizedArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h301 inline ShortArray* Object::AsShortArray() { in AsShortArray()
305 return down_cast<ShortArray*>(this); in AsShortArray()
309 inline ShortArray* Object::AsShortSizedArray() { in AsShortSizedArray()
314 return down_cast<ShortArray*>(this); in AsShortSizedArray()
Dobject_test.cc260 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F()
/art/runtime/native/
Djava_lang_System.cc185 System_arraycopyTUnchecked<mirror::ShortArray, Primitive::kPrimShort>(env, javaSrc, srcPos, in System_arraycopyShortUnchecked()
/art/runtime/interpreter/
Dinterpreter_common.h60 using ::art::mirror::ShortArray;
Dinterpreter_goto_table_impl.cc1024 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl()
1154 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc923 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl()
1053 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl()