/art/openjdkjvmti/ |
D | ti_class_loader.cc | 78 art::Handle<art::mirror::LongArray> old_cookie(hs.NewHandle(GetDexFileCookie(java_dex_file_obj))); in AddToClassLoader() 79 art::Handle<art::mirror::LongArray> cookie(hs.NewHandle( in AddToClassLoader() 90 art::ObjPtr<art::mirror::LongArray> new_cookie) { in UpdateJavaDexFile() 96 art::ObjPtr<art::mirror::LongArray> orig_cookie( in UpdateJavaDexFile() 104 art::ObjPtr<art::mirror::LongArray> ClassLoaderHelper::GetDexFileCookie( in GetDexFileCookie() 116 art::ObjPtr<art::mirror::LongArray> ClassLoaderHelper::AllocateNewDexFileCookie( in AllocateNewDexFileCookie() 118 art::Handle<art::mirror::LongArray> cookie, in AllocateNewDexFileCookie() 123 art::Handle<art::mirror::LongArray> new_cookie( in AllocateNewDexFileCookie() 124 hs.NewHandle(art::mirror::LongArray::Alloc(self, cookie->GetLength() + 1))); in AllocateNewDexFileCookie()
|
D | ti_class_loader.h | 80 static art::ObjPtr<art::mirror::LongArray> GetDexFileCookie( 83 static art::ObjPtr<art::mirror::LongArray> AllocateNewDexFileCookie( 85 art::Handle<art::mirror::LongArray> old_dex_file_cookie, 89 art::ObjPtr<art::mirror::LongArray> new_cookie)
|
D | ti_redefine.h | 230 art::ObjPtr<art::mirror::LongArray> new_cookie)
|
D | ti_redefine.cc | 1232 art::ObjPtr<art::mirror::LongArray> GetNewDexFileCookie(jint klass_index) const in GetNewDexFileCookie() 1234 return art::ObjPtr<art::mirror::LongArray>::DownCast( in GetNewDexFileCookie() 1308 void SetNewDexFileCookie(jint klass_index, art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie() 1482 art::ObjPtr<art::mirror::LongArray> GetNewDexFileCookie() const in GetNewDexFileCookie() 1549 void SetNewDexFileCookie(art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie() 1669 art::MutableHandle<art::mirror::LongArray> old_cookie( in AllocateAndRememberNewDexFileCookie() 1670 hs.NewHandle<art::mirror::LongArray>(nullptr)); in AllocateAndRememberNewDexFileCookie() 1691 art::Handle<art::mirror::LongArray> in AllocateAndRememberNewDexFileCookie()
|
/art/test/497-inlining-and-class-loader/ |
D | clear_dex_cache.cc | 59 ObjPtr<mirror::LongArray> long_array = ObjPtr<mirror::LongArray>::DownCast(decoded_array); in Java_Main_cloneResolvedMethods() 85 ObjPtr<mirror::LongArray> long_array = ObjPtr<mirror::LongArray>::DownCast(old); in Java_Main_restoreResolvedMethods()
|
/art/runtime/mirror/ |
D | array-inl.h | 253 static_cast<uint64_t>(reinterpret_cast<LongArray*>(this)->GetWithoutChecks(idx)); in GetElementPtrSizeUnchecked() 276 (kUnchecked ? reinterpret_cast<LongArray*>(this) : AsLongArray().Ptr())-> in SetElementPtrSize() 315 ObjPtr<LongArray> l_this = (kUnchecked ? ObjPtr<LongArray>::DownCast(ObjPtr<Object>(this)) in Memcpy() 317 ObjPtr<LongArray> l_src = (kUnchecked ? ObjPtr<LongArray>::DownCast(ObjPtr<Object>(src)) in Memcpy()
|
D | object.h | 59 using LongArray = PrimitiveArray<int64_t>; variable 242 ObjPtr<LongArray> AsLongArray() REQUIRES_SHARED(Locks::mutator_lock_); 244 ObjPtr<LongArray> AsLongArrayUnchecked() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | object-inl.h | 272 inline ObjPtr<LongArray> Object::AsLongArrayUnchecked() { in AsLongArrayUnchecked() 273 return ObjPtr<LongArray>::DownCast(this); in AsLongArrayUnchecked() 276 inline ObjPtr<LongArray> Object::AsLongArray() { in AsLongArray()
|
D | object_test.cc | 254 TestPrimitiveArray<LongArray>(class_linker_); in TEST_F() 282 hs.NewHandle(ObjPtr<PointerArray>::DownCast<Array>(LongArray::Alloc(soa.Self(), 1))); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_System.cc | 126 ObjPtr<mirror::LongArray>::DownCast(dstArray)->Memmove( in System_arraycopy() 127 dstPos, ObjPtr<mirror::LongArray>::DownCast(srcArray), srcPos, count); in System_arraycopy() 215 System_arraycopyTUnchecked<mirror::LongArray, Primitive::kPrimLong>(env, javaSrc, srcPos, in System_arraycopyLongUnchecked()
|
D | dalvik_system_VMDebug.cc | 294 ObjPtr<mirror::LongArray> long_counts = mirror::LongArray::Alloc(soa.Self(), counts.size()); in VMDebug_countInstancesOfClasses()
|
D | dalvik_system_VMRuntime.cc | 272 ObjPtr<mirror::LongArray> array = soa.Decode<mirror::LongArray>(disabled_compat_changes); in VMRuntime_setDisabledCompatChangesNative()
|
D | sun_misc_Unsafe.cc | 383 copyToArray(srcAddr, ObjPtr<mirror::LongArray>::DownCast(dst), dst_offset, sz); in Unsafe_copyMemoryToPrimitiveArray() 418 copyFromArray(dstAddr, ObjPtr<mirror::LongArray>::DownCast(src), src_offset, sz); in Unsafe_copyMemoryFromPrimitiveArray()
|
D | dalvik_system_DexFile.cc | 439 ObjPtr<mirror::LongArray> long_dex_files = dex_files_object->AsLongArray(); in DexFile_closeDexFile()
|
/art/runtime/ |
D | class_loader_utils.h | 123 Handle<mirror::LongArray> long_array = in VisitClassLoaderDexFiles()
|
D | class_linker_test.cc | 1113 Handle<mirror::LongArray> long_array(hs.NewHandle(mirror::LongArray::Alloc(soa.Self(), 0))); in TEST_F()
|
D | transaction_test.cc | 473 Handle<mirror::LongArray> longArray = in TEST_F()
|
D | class_loader_context.cc | 983 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(java_dex_file)->AsLongArray(); in CollectDexFilesFromJavaDexFile()
|
D | class_linker.cc | 2730 ? ObjPtr<mirror::Array>(mirror::LongArray::Alloc(self, length)) in AllocPointerArray() 8368 kPointerSize == PointerSize::k64, mirror::LongArray, mirror::IntArray>; in AllocPointerArray() 10820 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreateWellKnownClassLoader()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1041 return HandleAGet<mirror::LongArray>(&InstructionHandler::SetVRegLong); in AGET_WIDE() 1069 return HandleAPut<mirror::LongArray>(GetVRegLong(A())); in APUT_WIDE()
|
/art/runtime/jni/ |
D | jni_internal.cc | 2306 return NewPrimitiveArray<jlongArray, mirror::LongArray>(env, length); in NewLongArray() 2430 return GetPrimitiveArray<jlongArray, jlong, mirror::LongArray>(env, array, is_copy); in GetLongArrayElements() 2466 ReleasePrimitiveArray<jlongArray, jlong, mirror::LongArray>(env, array, elements, mode); in ReleaseLongArrayElements() 2509 GetPrimitiveArrayRegion<jlongArray, jlong, mirror::LongArray>(env, array, start, length, buf); in GetLongArrayRegion() 2553 SetPrimitiveArrayRegion<jlongArray, jlong, mirror::LongArray>(env, array, start, length, buf); in SetLongArrayRegion()
|