Home
last modified time | relevance | path

Searched refs:old (Results 1 – 22 of 22) sorted by relevance

/art/test/713-varhandle-invokers/src/
DMain.java328 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/
DMain.java99 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/
Dclear_dex_cache.cc74 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/
Dexpected.txt29 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 Test that the conversion of an old-style (pre-1.5) inner class results
/art/test/2008-redefine-then-old-reflect-field/
DAndroid.bp3 name: "art-run-test-2008-redefine-then-old-reflect-field",
/art/runtime/
Dhandle.h163 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()
Dreflective_handle.h96 T* old = ref->Ptr(); in Assign() local
98 return old; in Assign()
Dclass_linker.cc320 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/
Dexpected.txt20 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…
Dexpected_no_mh.txt13 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/
Dinfo.txt21 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/
Dexpected.txt82 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/
DEquivalentPhi.smali38 # delete the old phi, which ends up having incompatible input
/art/openjdkjvmti/
Djvmti_weak_table-inl.h285 Storage* old = data;
287 allocator.deallocate(old, capacity);
/art/test/913-heaps/
Dheaps.cc78 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/
DREADME.txt74 Restore old presentation of sample paths from gc roots.
/art/compiler/optimizing/
Doptimizing_cfi_test_expected.inc142 // as with the old assembler.
/art/test/utils/
Dregen-test-files153 art-run-test-2008-redefine-then-old-reflect-field
/art/runtime/gc/
Dheap.cc4148 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()