/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 | 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/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/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 | 94 T* old = ref->Ptr(); in Assign() local 96 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/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/gc/collector/ |
D | mark_compact.cc | 97 void* old = mmap(nullptr, kPageSize, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_SHARED, -1, 0); in HaveMremapDontunmap() local 98 CHECK_NE(old, MAP_FAILED); in HaveMremapDontunmap() 99 void* addr = mremap(old, kPageSize, kPageSize, MREMAP_MAYMOVE | MREMAP_DONTUNMAP, nullptr); in HaveMremapDontunmap() 100 CHECK_EQ(munmap(old, kPageSize), 0); in HaveMremapDontunmap() 1385 void operator()(mirror::Object* old ATTRIBUTE_UNUSED, MemberOffset offset, bool /* is_static */) in operator ()() 1402 void operator()(mirror::Object* old ATTRIBUTE_UNUSED, in operator ()()
|
/art/runtime/gc/ |
D | heap.cc | 4447 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener() local 4449 if (old == nullptr) { in SetAllocationListener() 4455 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener() local 4457 if (old != nullptr) { in RemoveAllocationListener()
|