Searched refs:AsLongArray (Results 1 – 13 of 13) sorted by relevance
/art/runtime/native/ |
D | java_lang_System.cc | 117 dstArray->AsLongArray()->Memmove(dstPos, srcArray->AsLongArray(), srcPos, count); in System_arraycopy()
|
D | sun_misc_Unsafe.cc | 355 copyToArray(srcAddr, dst->AsLongArray(), dst_offset, sz); in Unsafe_copyMemoryToPrimitiveArray() 386 copyFromArray(dstAddr, src->AsLongArray(), src_offset, sz); in Unsafe_copyMemoryFromPrimitiveArray()
|
D | dalvik_system_DexFile.cc | 222 mirror::LongArray* long_dex_files = dex_files_object->AsLongArray(); in DexFile_closeDexFile()
|
/art/runtime/mirror/ |
D | array-inl.h | 379 AsLongArray<kVerifyFlags, kReadBarrierOption>()->GetWithoutChecks(idx)); in GetElementPtrSize() 389 (kUnchecked ? down_cast<LongArray*>(static_cast<Object*>(this)) : AsLongArray())-> in SetElementPtrSize()
|
D | object.h | 218 LongArray* AsLongArray() SHARED_REQUIRES(Locks::mutator_lock_);
|
D | object-inl.h | 368 inline LongArray* Object::AsLongArray() { in AsLongArray() function
|
/art/runtime/ |
D | common_runtime_test.cc | 540 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in GetDexFiles()
|
D | oat_file_manager.cc | 233 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in IterateOverJavaDexFile()
|
D | transaction.cc | 524 array->AsLongArray()->SetWithoutChecks<false>(index, static_cast<int64_t>(value)); in UndoArrayWrite()
|
D | transaction_test.cc | 422 mirror::LongArray* longArray = longArrayField->GetObject(h_klass.Get())->AsLongArray(); in TEST_F()
|
D | dex_file.cc | 2033 new_array->AsLongArray()->SetWithoutChecks<false>( in ProcessAnnotationValue()
|
D | class_linker.cc | 2302 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in FindClassInPathClassLoader()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 923 RecordArrayElementsInTransactionImpl(array->AsLongArray(), count); in RecordArrayElementsInTransaction()
|