Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h233 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()
Dobject.h231 ObjPtr<LongArray> AsLongArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h276 inline ObjPtr<LongArray> Object::AsLongArray() { in AsLongArray() function
/art/openjdkjvmti/
Dti_class_loader.cc96 cookie_field->GetObject(java_dex_file)->AsLongArray()); in UpdateJavaDexFile()
112 return internal_cookie_field->GetObject(java_dex_file_obj.Get())->AsLongArray(); in GetDexFileCookie()
/art/runtime/
Dclass_loader_utils.h128 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in VisitClassLoaderDexFiles()
Dtransaction.cc663 array->AsLongArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
Dtransaction_test.cc417 hs.NewHandle(longArrayField->GetObject(h_klass.Get())->AsLongArray()); in TEST_F()
Dclass_loader_context.cc881 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(java_dex_file)->AsLongArray(); in CollectDexFilesFromJavaDexFile()
/art/runtime/native/
Ddalvik_system_DexFile.cc388 ObjPtr<mirror::LongArray> long_dex_files = dex_files_object->AsLongArray(); in DexFile_closeDexFile()
/art/runtime/interpreter/
Dinterpreter_common.cc1871 RecordArrayElementsInTransactionImpl(array->AsLongArray(), count); in RecordArrayElementsInTransaction()
/art/runtime/dex/
Ddex_file_annotations.cc647 new_array->AsLongArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()