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

  /art/runtime/native/
java_lang_System.cc 125 dstArray->AsDoubleArray()->Memmove(dstPos, srcArray->AsDoubleArray(), srcPos, count);
  /art/runtime/mirror/
object.h 252 DoubleArray* AsDoubleArray() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 319 inline DoubleArray* Object::AsDoubleArray() {
    [all...]
  /art/runtime/
transaction.cc 616 array->AsDoubleArray()->SetWithoutChecks<false>(index, static_cast<double>(value));
transaction_test.cc 437 mirror::DoubleArray* doubleArray = doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray();
dex_file_annotations.cc 622 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>(
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]

Completed in 82 milliseconds