Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc527 array->AsDoubleArray()->SetWithoutChecks<false>(index, static_cast<double>(value)); in UndoArrayWrite()
Dtransaction_test.cc436 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray(); in TEST_F()
/art/runtime/mirror/
Dobject.h196 DoubleArray* AsDoubleArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h374 inline DoubleArray* Object::AsDoubleArray() { in AsDoubleArray() function
/art/runtime/interpreter/
Dinterpreter_common.cc795 RecordArrayElementsInTransactionImpl(array->AsDoubleArray(), count); in RecordArrayElementsInTransaction()