Searched refs:DoubleArray (Results 1 – 8 of 8) sorted by relevance
/art/runtime/native/ |
D | java_lang_System.cc | 223 System_arraycopyTUnchecked<mirror::DoubleArray, Primitive::kPrimDouble>(env, javaSrc, srcPos, in System_arraycopyDoubleUnchecked()
|
/art/runtime/mirror/ |
D | object.h | 52 typedef PrimitiveArray<double> DoubleArray; typedef 252 DoubleArray* AsDoubleArray() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | object-inl.h | 319 inline DoubleArray* Object::AsDoubleArray() { in AsDoubleArray() 324 return down_cast<DoubleArray*>(this); in AsDoubleArray()
|
D | object_test.cc | 254 typedef DoubleArray ArrayT; in TEST_F()
|
/art/runtime/ |
D | jni_internal.cc | 1975 return NewPrimitiveArray<jdoubleArray, mirror::DoubleArray>(env, length); in NewDoubleArray() 2097 return GetPrimitiveArray<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, is_copy); in GetDoubleArrayElements() 2132 ReleasePrimitiveArray<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, elements, mode); in ReleaseDoubleArrayElements() 2171 GetPrimitiveArrayRegion<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, start, length, in GetDoubleArrayRegion() 2215 SetPrimitiveArrayRegion<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, start, length, in SetDoubleArrayRegion()
|
D | transaction_test.cc | 437 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray(); in TEST_F()
|
D | class_linker_test.cc | 1043 Handle<mirror::DoubleArray> double_array(hs.NewHandle(mirror::DoubleArray::Alloc(soa.Self(), 0))); in TEST_F()
|
D | class_linker.cc | 629 mirror::DoubleArray::SetArrayClass(GetClassRoot(kDoubleArrayClass)); in InitWithoutImage() 997 mirror::DoubleArray::SetArrayClass(GetClassRoot(kDoubleArrayClass)); in InitFromBootImage() 2299 mirror::DoubleArray::ResetArrayClass(); in ~ClassLinker()
|