/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 | 75 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/ |
D | handle.h | 133 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()
|
D | class_linker.cc | 2630 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/ |
D | info.txt | 1 Test that the conversion of an old-style (pre-1.5) inner class results
|
/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/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/tools/ahat/ |
D | README.txt | 61 Restore old presentation of sample paths from gc roots.
|
/art/test/913-heaps/ |
D | heaps.cc | 76 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/ |
D | heap.cc | 1119 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/ |
D | optimizing_cfi_test_expected.inc | 220 // as with the old assembler.
|
/art/test/dexdump/ |
D | invoke-custom.txt | 470 000d14: 1a04 6800 |0018: const-string v4, "checkFieldTest9: old " // s… 532 000dc8: 1a04 6a00 |0018: const-string v4, "checkStaticFieldTest9: old …
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 651 sw $s8, 4($sp) # Save old stack pointer
|