Searched refs:AsDoubleArray (Results 1 - 7 of 7) sorted by relevance

/art/runtime/native/
H A Djava_lang_System.cc121 dstArray->AsDoubleArray()->Memmove(dstPos, srcArray->AsDoubleArray(), srcPos, count);
/art/runtime/
H A Dtransaction.cc527 array->AsDoubleArray()->SetWithoutChecks<false>(index, static_cast<double>(value));
H A Dtransaction_test.cc436 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray();
H A Ddex_file.cc2041 new_array->AsDoubleArray()->SetWithoutChecks<false>(
/art/runtime/mirror/
H A Dobject.h233 DoubleArray* AsDoubleArray() SHARED_REQUIRES(Locks::mutator_lock_);
H A Dobject-inl.h401 inline DoubleArray* Object::AsDoubleArray() { function in class:art::mirror::Object
/art/runtime/interpreter/
H A Dinterpreter_common.cc926 RecordArrayElementsInTransactionImpl(array->AsDoubleArray(), count);

Completed in 199 milliseconds