/art/test/2008-redefine-then-old-reflect-field/ |
D | Android.bp | 3 // Build rules for ART run-test `2008-redefine-then-old-reflect-field`. 16 name: "art-run-test-2008-redefine-then-old-reflect-field", 21 ":art-run-test-2008-redefine-then-old-reflect-field-expected-stdout", 22 ":art-run-test-2008-redefine-then-old-reflect-field-expected-stderr", 28 name: "art-run-test-2008-redefine-then-old-reflect-field-expected-stdout", 29 out: ["art-run-test-2008-redefine-then-old-reflect-field-expected-stdout.txt"], 36 name: "art-run-test-2008-redefine-then-old-reflect-field-expected-stderr", 37 out: ["art-run-test-2008-redefine-then-old-reflect-field-expected-stderr.txt"],
|
/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-stdout.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/runtime/ |
D | handle.h | 155 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local 157 return old; in Assign() 162 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local 164 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 | 324 ssize_t old = thread_visibility_counter_.fetch_add(adjustment, std::memory_order_relaxed); in AdjustThreadVisibilityCounter() local 325 if (old + adjustment == 0) { in AdjustThreadVisibilityCounter() 2984 ObjPtr<mirror::Class> old; in FindClass() local 2988 old = class_table->Lookup(descriptor, hash); in FindClass() 2989 if (old == nullptr) { in FindClass() 2990 old = result_ptr; // For the comparison below, after releasing the lock. in FindClass() 2997 if (UNLIKELY(old != result_ptr)) { in FindClass() 3006 return EnsureResolved(self, descriptor, old); in FindClass() 7842 ArtMethod* old = FindSameNameAndSignature(interface_name_comparator, in FindMethod() local 7845 if (old == nullptr) { in FindMethod() [all …]
|
/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/1981-structural-redef-private-method-handles/ |
D | expected-stdout.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-stdout.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/libartbase/base/metrics/ |
D | README.md | 29 function that is used to combine the new value with the old value. Common
|
/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 | 77 Restore old presentation of sample paths from gc roots.
|
/art/test/530-checker-lse/src/ |
D | Main.java | 2056 int old = a[0]; in testLocalArrayMerge5() local 2065 a[0] = old; in testLocalArrayMerge5() 2066 return old; in testLocalArrayMerge5()
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 142 // as with the old assembler.
|
/art/runtime/gc/ |
D | heap.cc | 4281 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener() local 4283 if (old == nullptr) { in SetAllocationListener() 4289 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener() local 4291 if (old != nullptr) { in RemoveAllocationListener()
|