Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject.h47 typedef PrimitiveArray<int16_t> ShortArray; typedef
144 ShortArray* AsShortArray();
Dobject-inl.h181 inline ShortArray* Object::AsShortArray() { in AsShortArray()
184 return down_cast<ShortArray*>(this); in AsShortArray()
Dobject_test.cc201 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F()
/art/runtime/
Dreference_table_test.cc59 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0); in TEST_F()
Dutils_test.cc99 SirtRef<mirror::ShortArray> a(soa.Self(), mirror::ShortArray::Alloc(soa.Self(), 2)); in TEST_F()
Dclass_linker_test.cc798 SirtRef<mirror::ShortArray> short_array(soa.Self(), mirror::ShortArray::Alloc(soa.Self(), 0)); in TEST_F()
Djni_internal.cc66 using ::art::mirror::ShortArray;
2144 return NewPrimitiveArray<jshortArray, ShortArray>(soa, length); in NewShortArray()
2208 return GetPrimitiveArray<jshortArray, jshort*, ShortArray>(soa, array, is_copy); in GetShortArrayElements()
2288 GetPrimitiveArrayRegion<jshortArray, jshort, ShortArray>(soa, array, start, length, buf); in GetShortArrayRegion()
2336 SetPrimitiveArrayRegion<jshortArray, jshort, ShortArray>(soa, array, start, length, buf); in SetShortArrayRegion()
Dclass_linker.cc365 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromCompiler()
1084 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromImage()
1170 mirror::ShortArray::ResetArrayClass(); in ~ClassLinker()
/art/runtime/interpreter/
Dinterpreter.cc56 using ::art::mirror::ShortArray;
1827 ShortArray* array = a->AsShortArray(); in ExecuteImpl()
1957 ShortArray* array = a->AsShortArray(); in ExecuteImpl()