Home
last modified time | relevance | path

Searched refs:DoubleArray (Results 1 – 8 of 8) sorted by relevance

/art/runtime/native/
Djava_lang_System.cc208 System_arraycopyTUnchecked<mirror::DoubleArray, Primitive::kPrimDouble>(env, javaSrc, srcPos, in System_arraycopyDoubleUnchecked()
/art/runtime/mirror/
Dobject.h46 typedef PrimitiveArray<double> DoubleArray; typedef
196 DoubleArray* AsDoubleArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h374 inline DoubleArray* Object::AsDoubleArray() { in AsDoubleArray()
379 return down_cast<DoubleArray*>(this); in AsDoubleArray()
Dobject_test.cc245 typedef DoubleArray ArrayT; in TEST_F()
/art/runtime/
Djni_internal.cc1816 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()
Dtransaction_test.cc436 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray(); in TEST_F()
Dclass_linker_test.cc814 Handle<mirror::DoubleArray> double_array(hs.NewHandle(mirror::DoubleArray::Alloc(soa.Self(), 0))); in TEST_F()
Dclass_linker.cc493 mirror::DoubleArray::SetArrayClass(GetClassRoot(kDoubleArrayClass)); in InitWithoutImage()
1227 mirror::DoubleArray::SetArrayClass(GetClassRoot(kDoubleArrayClass)); in InitFromImage()
1451 mirror::DoubleArray::ResetArrayClass(); in ~ClassLinker()