/art/test/713-varhandle-invokers/src/ |
D | Main.java | 328 float old = in run() local 344 float old = in run() local 354 float old = in run() local 364 float old = in run() local 400 float old = in run() local 408 assertEquals(4.0f, old); in run() 412 old = (float) invoker.invoke(floatsArrayVarHandle, floatsArray, 2, 8.0f, 16.0f); in run() 413 assertEquals(8.0f, old); in run() 419 old = (float) invoker.invoke(floatsArrayVarHandle, floatsArray, 2, (short) 4, 8.0f); in run() 426 old = (float) invoker.invoke(floatsArrayVarHandle, floatsArray, 2, 8, -8.0f); in run()
|
/art/test/654-checker-periodic/src/ |
D | Main.java | 99 float old = lF; in doitUpFloatAlt() local 101 l2 = old; in doitUpFloatAlt() 118 float old = lF; in doitDownFloatAlt() local 120 l2 = old; in doitDownFloatAlt()
|
/art/test/497-inlining-and-class-loader/ |
D | clear_dex_cache.cc | 74 ObjPtr<mirror::Array> old = soa.Decode<mirror::Array>(old_cache); in Java_Main_restoreResolvedMethods() local 75 CHECK_EQ(methods != nullptr, old != nullptr); in Java_Main_restoreResolvedMethods() 76 CHECK_EQ(num_methods, static_cast<size_t>(old->GetLength())); in Java_Main_restoreResolvedMethods() 81 ObjPtr<mirror::IntArray> int_array = ObjPtr<mirror::IntArray>::DownCast(old); in Java_Main_restoreResolvedMethods() 85 ObjPtr<mirror::LongArray> long_array = ObjPtr<mirror::LongArray>::DownCast(old); in Java_Main_restoreResolvedMethods()
|
/art/test/1976-hello-structural-static-methods/ |
D | expected.txt | 29 Running reflective after redef using old j.l.r.Method 30 Reflectively invoking public static void art.Transform1976.sayEverything() on old j.l.r.Method 33 Reflectively invoking public static void art.Transform1976.sayHi() on old j.l.r.Method 43 Running jni with old ids 57 Running method handles using old handles
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | info.txt | 1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
|
/art/test/1964-add-to-dex-classloader-file/ |
D | info.txt | 1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
|
/art/test/085-old-style-inner-class/ |
D | info.txt | 1 Test that the conversion of an old-style (pre-1.5) inner class results
|
/art/test/2008-redefine-then-old-reflect-field/ |
D | Android.bp | 3 name: "art-run-test-2008-redefine-then-old-reflect-field",
|
/art/runtime/ |
D | handle.h | 163 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local 165 return old; in Assign() 170 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local 172 return old; in Assign()
|
D | reflective_handle.h | 96 T* old = ref->Ptr(); in Assign() local 98 return old; in Assign()
|
D | class_linker.cc | 320 ssize_t old = thread_visibility_counter_.fetch_add(adjustment, std::memory_order_relaxed); in AdjustThreadVisibilityCounter() local 321 if (old + adjustment == 0) { in AdjustThreadVisibilityCounter() 3187 ObjPtr<mirror::Class> old; in FindClass() local 3191 old = class_table->Lookup(descriptor, hash); in FindClass() 3192 if (old == nullptr) { in FindClass() 3193 old = result_ptr; // For the comparison below, after releasing the lock. in FindClass() 3200 if (UNLIKELY(old != result_ptr)) { in FindClass() 3209 return EnsureResolved(self, descriptor, old); in FindClass() 7876 ArtMethod* old = FindSameNameAndSignature(interface_name_comparator, in FindMethod() local 7879 if (old == nullptr) { in FindMethod() [all …]
|
/art/test/1981-structural-redef-private-method-handles/ |
D | expected.txt | 20 Setting FOO to (ID: 14) class art.Test1981$Transform with old mh. 21 Post set with old mh: class art.Test1981$Transform[FOO: class art.Test1981$Transform, BAR: value of… 22 Setting FOO to '(ID: 15) new_value object' with old varhandle. 25 Post set with old varhandle: class art.Test1981$Transform[FOO: new_value object, BAR: value of <BAR…
|
D | expected_no_mh.txt | 13 Setting FOO to (ID: 9) class art.Test1981$Transform with old mh. 14 Post set with old mh: class art.Test1981$Transform[FOO: class art.Test1981$Transform, BAR: value of…
|
/art/test/1949-short-dex-file/ |
D | info.txt | 21 read the 5th method id of the new file (Lxyz/Transform;->foo()V) from the old dex file (which 26 JIT will read an incorrect (but valid) method-id from the old-dex file. This is why the error
|
/art/test/1975-hello-structural-transformation/ |
D | expected.txt | 82 reading reflectively with old reflection objects 85 reading natively with old jfieldIDs 89 Reading with old method handles 96 Writing (ID: 22) class art.Test1975 to CUR_CLASS with old method handle
|
/art/test/459-dead-phi/smali/ |
D | EquivalentPhi.smali | 38 # delete the old phi, which ends up having incompatible input
|
/art/openjdkjvmti/ |
D | jvmti_weak_table-inl.h | 285 Storage* old = data; 287 allocator.deallocate(old, capacity);
|
/art/test/913-heaps/ |
D | heaps.cc | 78 auto old = sClassData.find(tag); in Java_art_Test913_registerClass() local 79 if (old != sClassData.end()) { in Java_art_Test913_registerClass() 80 sClassData.erase(old); in Java_art_Test913_registerClass()
|
/art/tools/ahat/ |
D | README.txt | 74 Restore old presentation of sample paths from gc roots.
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 142 // as with the old assembler.
|
/art/test/utils/ |
D | regen-test-files | 153 art-run-test-2008-redefine-then-old-reflect-field
|
/art/runtime/gc/ |
D | heap.cc | 4148 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener() local 4150 if (old == nullptr) { in SetAllocationListener() 4156 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener() local 4158 if (old != nullptr) { in RemoveAllocationListener()
|