HomeSort by relevance Sort by last modified time
    Searched refs:AsDoubleArray (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
object.h 173 DoubleArray* AsDoubleArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
object-inl.h 344 inline DoubleArray* Object::AsDoubleArray() {
    [all...]
  /art/runtime/
transaction.cc 413 array->AsDoubleArray()->SetWithoutChecks<false>(index, static_cast<double>(value));
transaction_test.cc 363 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray();

Completed in 33 milliseconds