Searched refs:DoubleArray (Results 1 – 8 of 8) sorted by relevance
/art/runtime/native/ |
D | java_lang_System.cc | 208 System_arraycopyTUnchecked<mirror::DoubleArray, Primitive::kPrimDouble>(env, javaSrc, srcPos, in System_arraycopyDoubleUnchecked()
|
/art/runtime/mirror/ |
D | object.h | 46 typedef PrimitiveArray<double> DoubleArray; typedef 196 DoubleArray* AsDoubleArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | object-inl.h | 374 inline DoubleArray* Object::AsDoubleArray() { in AsDoubleArray() 379 return down_cast<DoubleArray*>(this); in AsDoubleArray()
|
D | object_test.cc | 245 typedef DoubleArray ArrayT; in TEST_F()
|
/art/runtime/ |
D | jni_internal.cc | 1816 return NewPrimitiveArray<jdoubleArray, mirror::DoubleArray>(env, length); in NewDoubleArray() 1931 return GetPrimitiveArray<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, is_copy); in GetDoubleArrayElements() 1966 ReleasePrimitiveArray<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, elements, mode); in ReleaseDoubleArrayElements() 2005 GetPrimitiveArrayRegion<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, start, length, in GetDoubleArrayRegion() 2049 SetPrimitiveArrayRegion<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, start, length, in SetDoubleArrayRegion()
|
D | transaction_test.cc | 436 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray(); in TEST_F()
|
D | class_linker_test.cc | 814 Handle<mirror::DoubleArray> double_array(hs.NewHandle(mirror::DoubleArray::Alloc(soa.Self(), 0))); in TEST_F()
|
D | class_linker.cc | 493 mirror::DoubleArray::SetArrayClass(GetClassRoot(kDoubleArrayClass)); in InitWithoutImage() 1227 mirror::DoubleArray::SetArrayClass(GetClassRoot(kDoubleArrayClass)); in InitFromImage() 1451 mirror::DoubleArray::ResetArrayClass(); in ~ClassLinker()
|