Home
last modified time | relevance | path

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

/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()
Dti_heap.cc1957 new_arr->AsLongArray()->Memcpy(0, old_arr->AsLongArray(), 0, size); in ChangeArraySize()
/art/runtime/mirror/
Darray-inl.h266 (kUnchecked ? ObjPtr<LongArray>::DownCast(ObjPtr<Object>(this)) : AsLongArray())-> in SetElementPtrSize()
306 : AsLongArray()); in Memcpy()
308 : src->AsLongArray()); in Memcpy()
Dobject.h235 ObjPtr<LongArray> AsLongArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h276 inline ObjPtr<LongArray> Object::AsLongArray() { in AsLongArray() function
/art/runtime/
Dclass_loader_utils.h136 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in VisitClassLoaderDexFiles()
Dtransaction.cc697 array->AsLongArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
Dtransaction_test.cc423 hs.NewHandle(longArrayField->GetObject(h_klass.Get())->AsLongArray()); in TEST_F()
Dclass_loader_context.cc934 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(java_dex_file)->AsLongArray(); in CollectDexFilesFromJavaDexFile()
/art/runtime/native/
Ddalvik_system_DexFile.cc367 ObjPtr<mirror::LongArray> long_dex_files = dex_files_object->AsLongArray(); in DexFile_closeDexFile()
/art/runtime/interpreter/
Dinterpreter_common.cc1546 RecordArrayElementsInTransactionImpl(array->AsLongArray(), count); in RecordArrayElementsInTransaction()
/art/runtime/dex/
Ddex_file_annotations.cc632 new_array->AsLongArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()