Searched refs:AsLongArray (Results 1 – 11 of 11) sorted by relevance
233 return (T)static_cast<uintptr_t>(AsLongArray<kVerifyFlags>()->GetWithoutChecks(idx)); in GetElementPtrSize()257 (kUnchecked ? ObjPtr<LongArray>::DownCast(ObjPtr<Object>(this)) : AsLongArray())-> in SetElementPtrSize()296 : AsLongArray()); in Memcpy()298 : src->AsLongArray()); in Memcpy()
231 ObjPtr<LongArray> AsLongArray() REQUIRES_SHARED(Locks::mutator_lock_);
276 inline ObjPtr<LongArray> Object::AsLongArray() { in AsLongArray() function
96 cookie_field->GetObject(java_dex_file)->AsLongArray()); in UpdateJavaDexFile()112 return internal_cookie_field->GetObject(java_dex_file_obj.Get())->AsLongArray(); in GetDexFileCookie()
128 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in VisitClassLoaderDexFiles()
663 array->AsLongArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
417 hs.NewHandle(longArrayField->GetObject(h_klass.Get())->AsLongArray()); in TEST_F()
881 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(java_dex_file)->AsLongArray(); in CollectDexFilesFromJavaDexFile()
388 ObjPtr<mirror::LongArray> long_dex_files = dex_files_object->AsLongArray(); in DexFile_closeDexFile()
1871 RecordArrayElementsInTransactionImpl(array->AsLongArray(), count); in RecordArrayElementsInTransaction()
647 new_array->AsLongArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()