Searched refs:ShortArray (Results 1 – 13 of 13) sorted by relevance
/art/runtime/ |
D | reference_table_test.cc | 62 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0); in TEST_F()
|
D | utils_test.cc | 114 Handle<mirror::ShortArray> a(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 2))); in TEST_F()
|
D | transaction_test.cc | 335 mirror::ShortArray* shortArray = shortArrayField->GetObject(h_klass.Get())->AsShortArray(); in TEST_F()
|
D | jni_internal.cc | 2170 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()
|
D | class_linker_test.cc | 808 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
|
D | class_linker.cc | 416 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitWithoutImage() 1666 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromImage() 1848 mirror::ShortArray::ResetArrayClass(); in ~ClassLinker()
|
/art/runtime/mirror/ |
D | object.h | 49 typedef PrimitiveArray<int16_t> ShortArray; typedef 161 ShortArray* AsShortArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 163 ShortArray* AsShortSizedArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | object-inl.h | 301 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()
|
D | object_test.cc | 260 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_System.cc | 185 System_arraycopyTUnchecked<mirror::ShortArray, Primitive::kPrimShort>(env, javaSrc, srcPos, in System_arraycopyShortUnchecked()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 60 using ::art::mirror::ShortArray;
|
D | interpreter_goto_table_impl.cc | 1024 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl() 1154 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 923 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl() 1053 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl()
|