HomeSort by relevance Sort by last modified time
    Searched full:asintarray (Results 1 - 10 of 10) sorted by null

  /art/runtime/mirror/
array-inl.h 407 AsIntArray<kVerifyFlags, kReadBarrierOption>()->GetWithoutChecks(idx)));
417 (kUnchecked ? down_cast<IntArray*>(static_cast<Object*>(this)) : AsIntArray())
458 : AsIntArray());
460 : src->AsIntArray());
object.h 235 IntArray* AsIntArray() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 277 inline IntArray* Object::AsIntArray() {
    [all...]
  /art/runtime/native/
java_lang_System.cc 110 dstArray->AsIntArray()->Memmove(dstPos, srcArray->AsIntArray(), srcPos, count);
sun_misc_Unsafe.cc 358 copyToArray(srcAddr, MakeObjPtr(dst->AsIntArray()), dst_offset, sz);
389 copyFromArray(dstAddr, MakeObjPtr(src->AsIntArray()), src_offset, sz);
  /art/runtime/
dex_file_annotations.cc 610 new_array->AsIntArray()->SetWithoutChecks<kTransactionActive>(
    [all...]
transaction.cc 605 array->AsIntArray()->SetWithoutChecks<false>(index, static_cast<int32_t>(value));
transaction_test.cc 416 mirror::IntArray* intArray = intArrayField->GetObject(h_klass.Get())->AsIntArray();
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
unstarted_runtime.cc     [all...]

Completed in 210 milliseconds