Home
last modified time | relevance | path

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

/art/runtime/
Dutils_test.cc119 Handle<mirror::ShortArray> a(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 2))); in TEST_F()
Dreference_table_test.cc106 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0); in TEST_F()
Djni_internal.cc2040 return NewPrimitiveArray<jshortArray, mirror::ShortArray>(env, length); in NewShortArray()
2113 return GetPrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, is_copy); in GetShortArrayElements()
2150 ReleasePrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, elements, mode); in ReleaseShortArrayElements()
2193 GetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in GetShortArrayRegion()
2237 SetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in SetShortArrayRegion()
Dtransaction_test.cc409 mirror::ShortArray* shortArray = shortArrayField->GetObject(h_klass.Get())->AsShortArray(); in TEST_F()
Dclass_linker_test.cc1058 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
Dclass_linker.cc620 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitWithoutImage()
1001 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromBootImage()
2305 mirror::ShortArray::ResetArrayClass(); in ~ClassLinker()
/art/runtime/mirror/
Dobject-inl.h251 inline ShortArray* Object::AsShortArray() { in AsShortArray()
255 return down_cast<ShortArray*>(this); in AsShortArray()
259 inline ShortArray* Object::AsShortSizedArray() { in AsShortSizedArray()
264 return down_cast<ShortArray*>(this); in AsShortSizedArray()
Dobject.h56 typedef PrimitiveArray<int16_t> ShortArray; typedef
226 ShortArray* AsShortArray() REQUIRES_SHARED(Locks::mutator_lock_);
228 ShortArray* AsShortSizedArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject_test.cc250 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F()
/art/runtime/native/
Djava_lang_System.cc199 System_arraycopyTUnchecked<mirror::ShortArray, Primitive::kPrimShort>(env, javaSrc, srcPos, in System_arraycopyShortUnchecked()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1023 ObjPtr<mirror::ShortArray> array = a->AsShortArray(); in ExecuteSwitchImpl()
1155 ObjPtr<mirror::ShortArray> array = a->AsShortArray(); in ExecuteSwitchImpl()