Searched refs:ShortArray (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | utils_test.cc | 119 Handle<mirror::ShortArray> a(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 2))); in TEST_F()
|
D | reference_table_test.cc | 106 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0); in TEST_F()
|
D | jni_internal.cc | 2040 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()
|
D | transaction_test.cc | 409 mirror::ShortArray* shortArray = shortArrayField->GetObject(h_klass.Get())->AsShortArray(); in TEST_F()
|
D | class_linker_test.cc | 1058 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
|
D | class_linker.cc | 620 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitWithoutImage() 1001 mirror::ShortArray::SetArrayClass(GetClassRoot(kShortArrayClass)); in InitFromBootImage() 2305 mirror::ShortArray::ResetArrayClass(); in ~ClassLinker()
|
/art/runtime/mirror/ |
D | object-inl.h | 251 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()
|
D | object.h | 56 typedef PrimitiveArray<int16_t> ShortArray; typedef 226 ShortArray* AsShortArray() REQUIRES_SHARED(Locks::mutator_lock_); 228 ShortArray* AsShortSizedArray() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | object_test.cc | 250 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_System.cc | 199 System_arraycopyTUnchecked<mirror::ShortArray, Primitive::kPrimShort>(env, javaSrc, srcPos, in System_arraycopyShortUnchecked()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1023 ObjPtr<mirror::ShortArray> array = a->AsShortArray(); in ExecuteSwitchImpl() 1155 ObjPtr<mirror::ShortArray> array = a->AsShortArray(); in ExecuteSwitchImpl()
|