Searched refs:ShortArray (Results 1 – 13 of 13) sorted by relevance
/art/runtime/ |
D | reference_table_test.cc | 64 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0); in TEST_F()
|
D | utils_test.cc | 115 Handle<mirror::ShortArray> a(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 2))); in TEST_F()
|
D | jni_internal.cc | 1887 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()
|
D | transaction_test.cc | 408 mirror::ShortArray* shortArray = shortArrayField->GetObject(h_klass.Get())->AsShortArray(); in TEST_F()
|
D | class_linker_test.cc | 847 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
|
D | class_linker.cc | 561 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitWithoutImage() 1041 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromBootImage() 2031 mirror::ShortArray::ResetArrayClass(); in ~ClassLinker()
|
/art/runtime/mirror/ |
D | object.h | 53 typedef PrimitiveArray<int16_t> ShortArray; typedef 202 ShortArray* AsShortArray() SHARED_REQUIRES(Locks::mutator_lock_); 204 ShortArray* AsShortSizedArray() SHARED_REQUIRES(Locks::mutator_lock_);
|
D | object-inl.h | 329 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()
|
D | object_test.cc | 241 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_System.cc | 192 System_arraycopyTUnchecked<mirror::ShortArray, Primitive::kPrimShort>(env, javaSrc, srcPos, in System_arraycopyShortUnchecked()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 64 using ::art::mirror::ShortArray;
|
D | interpreter_goto_table_impl.cc | 1086 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl() 1218 ShortArray* array = a->AsShortArray(); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 988 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl() 1120 ShortArray* array = a->AsShortArray(); in ExecuteSwitchImpl()
|