Searched refs:ShortArray (Results 1 – 10 of 10) sorted by relevance
/art/runtime/native/ |
D | java_lang_System.cc | 112 ObjPtr<mirror::ShortArray>::DownCast(dstArray)->Memmove( in System_arraycopy() 113 dstPos, ObjPtr<mirror::ShortArray>::DownCast(srcArray), srcPos, count); in System_arraycopy() 203 System_arraycopyTUnchecked<mirror::ShortArray, Primitive::kPrimShort>(env, javaSrc, srcPos, in System_arraycopyShortUnchecked()
|
D | sun_misc_Unsafe.cc | 373 copyToArray(srcAddr, ObjPtr<mirror::ShortArray>::DownCast(dst), dst_offset, sz); in Unsafe_copyMemoryToPrimitiveArray() 408 copyFromArray(dstAddr, ObjPtr<mirror::ShortArray>::DownCast(src), src_offset, sz); in Unsafe_copyMemoryFromPrimitiveArray()
|
/art/runtime/ |
D | reference_table_test.cc | 113 Handle<mirror::ShortArray> o2 = hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0)); in TEST_F()
|
D | transaction_test.cc | 406 Handle<mirror::ShortArray> shortArray = in TEST_F()
|
D | class_linker_test.cc | 1117 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
|
/art/runtime/mirror/ |
D | object_test.cc | 253 TestPrimitiveArray<ShortArray>(class_linker_); in TEST_F() 861 Handle<mirror::ShortArray> a(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 2))); in TEST_F()
|
D | object.h | 59 typedef PrimitiveArray<int16_t> ShortArray; typedef 221 ObjPtr<ShortArray> AsShortArray() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | object-inl.h | 246 inline ObjPtr<ShortArray> Object::AsShortArray() { in AsShortArray() 248 return ObjPtr<ShortArray>::DownCast(this); in AsShortArray()
|
/art/runtime/jni/ |
D | jni_internal.cc | 2097 return NewPrimitiveArray<jshortArray, mirror::ShortArray>(env, length); in NewShortArray() 2170 return GetPrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, is_copy); in GetShortArrayElements() 2207 ReleasePrimitiveArray<jshortArray, jshort, mirror::ShortArray>(env, array, elements, mode); in ReleaseShortArrayElements() 2250 GetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in GetShortArrayRegion() 2294 SetPrimitiveArrayRegion<jshortArray, jshort, mirror::ShortArray>(env, array, start, length, in SetShortArrayRegion()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 931 return HandleAGet<mirror::ShortArray>(&InstructionHandler::SetVReg); in AGET_SHORT() 959 return HandleAPut<mirror::ShortArray>(GetVReg(A())); in APUT_SHORT()
|