Searched refs:AsDoubleArray (Results 1 – 7 of 7) sorted by relevance
125 dstArray->AsDoubleArray()->Memmove(dstPos, srcArray->AsDoubleArray(), srcPos, count); in System_arraycopy()
666 array->AsDoubleArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
424 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray(); in TEST_F()
254 DoubleArray* AsDoubleArray() REQUIRES_SHARED(Locks::mutator_lock_);
321 inline DoubleArray* Object::AsDoubleArray() { in AsDoubleArray() function
1537 RecordArrayElementsInTransactionImpl(array->AsDoubleArray(), count); in RecordArrayElementsInTransaction()
638 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()