Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc667 array->AsDoubleArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
Dtransaction_test.cc433 hs.NewHandle(doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray()); in TEST_F()
/art/runtime/mirror/
Dobject.h243 ObjPtr<DoubleArray> AsDoubleArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h298 inline ObjPtr<DoubleArray> Object::AsDoubleArray() { in AsDoubleArray() function
/art/runtime/interpreter/
Dinterpreter_common.cc1874 RecordArrayElementsInTransactionImpl(array->AsDoubleArray(), count); in RecordArrayElementsInTransaction()
/art/runtime/dex/
Ddex_file_annotations.cc655 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()