/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/654-checker-periodic/src/ |
D | Main.java | 114 float old = lF; in doitUpFloatAlt() local 116 l2 = old; in doitUpFloatAlt() 133 float old = lF; in doitDownFloatAlt() local 135 l2 = old; in doitDownFloatAlt() 152 float old = lF; in doitDownFloatAlt2() local 154 l2 = old; in doitDownFloatAlt2()
|
/art/test/713-varhandle-invokers/src/ |
D | Main.java | 373 float old = in run() local 389 float old = in run() local 399 float old = in run() local 409 float old = in run() local 445 float old = in run() local 453 assertEquals(4.0f, old); in run() 457 old = (float) invoker.invoke(floatsArrayVarHandle, floatsArray, 2, 8.0f, 16.0f); in run() 458 assertEquals(8.0f, old); in run() 464 old = (float) invoker.invoke(floatsArrayVarHandle, floatsArray, 2, (short) 4, 8.0f); in run() 471 old = (float) invoker.invoke(floatsArrayVarHandle, floatsArray, 2, 8, -8.0f); in run() [all …]
|
/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 | 95 T* old = ref->Ptr(); in Assign() local 97 return old; in Assign()
|
D | read_barrier-inl.h | 96 MirrorType* old = ref_addr->template AsMirrorPtr<kIsVolatile>(); in Barrier() local 98 Runtime::Current()->GetHeap()->MarkCompactCollector()->GetFromSpaceAddrFromBarrier(old); in Barrier()
|
/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/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/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/tools/ |
D | art | 696 mv $ANDROID_DATA/perf.data $ANDROID_DATA/perf.data.old 697 perf inject -j -i $ANDROID_DATA/perf.data.old -o $ANDROID_DATA/perf.data
|
/art/openjdkjvmti/ |
D | jvmti_weak_table-inl.h | 287 Storage* old = data; 289 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/tools/ahat/src/main/com/android/ahat/proguard/ |
D | ProguardMap.java | 382 private Version tryParseVersion(String line, Version old) { in tryParseVersion() argument 395 return old; in tryParseVersion()
|
/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 | 84 Restore old presentation of sample paths from gc roots.
|
/art/test/530-checker-lse/src/ |
D | Main.java | 2188 int old = a[0]; in testLocalArrayMerge5() local 2197 a[0] = old; in testLocalArrayMerge5() 2198 return old; in testLocalArrayMerge5()
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 142 // as with the old assembler.
|
/art/runtime/interpreter/mterp/riscv64/ |
D | invoke.S | 467 % subst_vreg_references(old="t0", new="a0", z0="t1", z1="t2", z2="t3", uniq=uniq) 953 %def subst_vreg_references(old="", new="", z0="", z1="", z2="", uniq=""): 958 bne $z2, $old, .L${uniq}_subst_next
|