Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_System.cc125 dstArray->AsDoubleArray()->Memmove(dstPos, srcArray->AsDoubleArray(), srcPos, count); in System_arraycopy()
/art/runtime/
Dtransaction.cc666 array->AsDoubleArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
Dtransaction_test.cc424 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray(); in TEST_F()
/art/runtime/mirror/
Dobject.h254 DoubleArray* AsDoubleArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h321 inline DoubleArray* Object::AsDoubleArray() { in AsDoubleArray() function
/art/runtime/interpreter/
Dinterpreter_common.cc1537 RecordArrayElementsInTransactionImpl(array->AsDoubleArray(), count); in RecordArrayElementsInTransaction()
/art/runtime/dex/
Ddex_file_annotations.cc638 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()