Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc701 array->AsDoubleArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
Dtransaction_test.cc439 hs.NewHandle(doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray()); in TEST_F()
/art/openjdkjvmti/
Dti_heap.cc1963 new_arr->AsDoubleArray()->Memcpy(0, old_arr->AsDoubleArray(), 0, size); in ChangeArraySize()
/art/runtime/mirror/
Dobject.h247 ObjPtr<DoubleArray> AsDoubleArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h298 inline ObjPtr<DoubleArray> Object::AsDoubleArray() { in AsDoubleArray() function
/art/runtime/interpreter/
Dinterpreter_common.cc1549 RecordArrayElementsInTransactionImpl(array->AsDoubleArray(), count); in RecordArrayElementsInTransaction()
/art/runtime/dex/
Ddex_file_annotations.cc640 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()