Home
last modified time | relevance | path

Searched refs:old (Results 1 – 15 of 15) 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.cc75 ObjPtr<mirror::Array> old = soa.Decode<mirror::Array>(old_cache); in Java_Main_restoreResolvedMethods() local
76 CHECK_EQ(methods != nullptr, old != nullptr); in Java_Main_restoreResolvedMethods()
77 CHECK_EQ(num_methods, static_cast<size_t>(old->GetLength())); in Java_Main_restoreResolvedMethods()
82 ObjPtr<mirror::IntArray> int_array = down_cast<mirror::IntArray*>(old.Ptr()); in Java_Main_restoreResolvedMethods()
86 ObjPtr<mirror::LongArray> long_array = down_cast<mirror::LongArray*>(old.Ptr()); in Java_Main_restoreResolvedMethods()
/art/runtime/
Dhandle.h133 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local
135 return old; in Assign()
140 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local
142 return old; in Assign()
Dclass_linker.cc2630 ObjPtr<mirror::Class> old; in FindClass() local
2634 old = class_table->Lookup(descriptor, hash); in FindClass()
2635 if (old == nullptr) { in FindClass()
2636 old = result_ptr; // For the comparison below, after releasing the lock. in FindClass()
2643 if (UNLIKELY(old != result_ptr)) { in FindClass()
2652 return EnsureResolved(self, descriptor, old); in FindClass()
6952 ArtMethod* old = FindSameNameAndSignature(interface_name_comparator, in FindMethod() local
6955 if (old == nullptr) { in FindMethod()
6965 CHECK(old == current_method) << "Multiple default implementations selected!"; in FindMethod()
/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/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/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/tools/ahat/
DREADME.txt61 Restore old presentation of sample paths from gc roots.
/art/test/913-heaps/
Dheaps.cc76 auto old = sClassData.find(tag); in Java_art_Test913_registerClass() local
77 if (old != sClassData.end()) { in Java_art_Test913_registerClass()
78 sClassData.erase(old); in Java_art_Test913_registerClass()
/art/runtime/gc/
Dheap.cc1119 AllocationListener* old; in GetAndOverwriteAllocationListener() local
1121 old = storage->LoadSequentiallyConsistent(); in GetAndOverwriteAllocationListener()
1122 } while (!storage->CompareAndSetStrongSequentiallyConsistent(old, new_value)); in GetAndOverwriteAllocationListener()
1123 return old; in GetAndOverwriteAllocationListener()
3997 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener() local
3999 if (old == nullptr) { in SetAllocationListener()
4005 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener() local
4007 if (old != nullptr) { in RemoveAllocationListener()
/art/compiler/optimizing/
Doptimizing_cfi_test_expected.inc220 // as with the old assembler.
/art/test/dexdump/
Dinvoke-custom.txt470 000d14: 1a04 6800 |0018: const-string v4, "checkFieldTest9: old " // s…
532 000dc8: 1a04 6a00 |0018: const-string v4, "checkStaticFieldTest9: old
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S651 sw $s8, 4($sp) # Save old stack pointer