Home
last modified time | relevance | path

Searched refs:AsLongArray (Results 1 – 13 of 13) sorted by relevance

/art/runtime/native/
Djava_lang_System.cc117 dstArray->AsLongArray()->Memmove(dstPos, srcArray->AsLongArray(), srcPos, count); in System_arraycopy()
Dsun_misc_Unsafe.cc355 copyToArray(srcAddr, dst->AsLongArray(), dst_offset, sz); in Unsafe_copyMemoryToPrimitiveArray()
386 copyFromArray(dstAddr, src->AsLongArray(), src_offset, sz); in Unsafe_copyMemoryFromPrimitiveArray()
Ddalvik_system_DexFile.cc222 mirror::LongArray* long_dex_files = dex_files_object->AsLongArray(); in DexFile_closeDexFile()
/art/runtime/mirror/
Darray-inl.h379 AsLongArray<kVerifyFlags, kReadBarrierOption>()->GetWithoutChecks(idx)); in GetElementPtrSize()
389 (kUnchecked ? down_cast<LongArray*>(static_cast<Object*>(this)) : AsLongArray())-> in SetElementPtrSize()
Dobject.h218 LongArray* AsLongArray() SHARED_REQUIRES(Locks::mutator_lock_);
Dobject-inl.h368 inline LongArray* Object::AsLongArray() { in AsLongArray() function
/art/runtime/
Dcommon_runtime_test.cc540 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in GetDexFiles()
Doat_file_manager.cc233 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in IterateOverJavaDexFile()
Dtransaction.cc524 array->AsLongArray()->SetWithoutChecks<false>(index, static_cast<int64_t>(value)); in UndoArrayWrite()
Dtransaction_test.cc422 mirror::LongArray* longArray = longArrayField->GetObject(h_klass.Get())->AsLongArray(); in TEST_F()
Ddex_file.cc2033 new_array->AsLongArray()->SetWithoutChecks<false>( in ProcessAnnotationValue()
Dclass_linker.cc2302 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in FindClassInPathClassLoader()
/art/runtime/interpreter/
Dinterpreter_common.cc923 RecordArrayElementsInTransactionImpl(array->AsLongArray(), count); in RecordArrayElementsInTransaction()