Searched refs:old (Results 1 – 13 of 13) sorted by relevance
/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/tools/ahat/src/heapdump/ |
D | Perflib.java | 62 Long old = allocs.get(inst); in getRegisteredNativeAllocations() local 63 allocs.put(inst, old == null ? size : old + size); in getRegisteredNativeAllocations()
|
/art/test/952-invoke-custom-kinds/ |
D | expected.txt | 34 checkStaticFieldTest9: old 0 new 1985229328 expected 1985229328 OK 35 checkFieldTest9: old 0.0 new 1.99E-19 expected 1.99E-19 OK
|
/art/runtime/ |
D | handle.h | 132 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local 134 return old; in Assign() 139 T* old = down_cast<T*>(ref->AsMirrorPtr()); in Assign() local 141 return old; in Assign()
|
D | class_linker.cc | 2788 ObjPtr<mirror::Class> old; in FindClass() local 2792 old = class_table->Lookup(descriptor, hash); in FindClass() 2793 if (old == nullptr) { in FindClass() 2794 old = result_ptr; // For the comparison below, after releasing the lock. in FindClass() 2801 if (UNLIKELY(old != result_ptr)) { in FindClass() 2810 return EnsureResolved(self, descriptor, old); in FindClass() 7052 ArtMethod* old = FindSameNameAndSignature(interface_name_comparator, in FindMethod() local 7055 if (old == nullptr) { in FindMethod() 7065 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/459-dead-phi/smali/ |
D | EquivalentPhi.smali | 38 # delete the old phi, which ends up having incompatible input
|
/art/runtime/openjdkjvmti/ |
D | jvmti_weak_table-inl.h | 284 Storage* old = data; 286 allocator.deallocate(old, capacity);
|
/art/runtime/gc/ |
D | heap.cc | 1121 AllocationListener* old; in GetAndOverwriteAllocationListener() local 1123 old = storage->LoadSequentiallyConsistent(); in GetAndOverwriteAllocationListener() 1124 } while (!storage->CompareExchangeStrongSequentiallyConsistent(old, new_value)); in GetAndOverwriteAllocationListener() 1125 return old; in GetAndOverwriteAllocationListener() 4031 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener() local 4033 if (old == nullptr) { in SetAllocationListener() 4039 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener() local 4041 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 | 608 sw $s8, 4($sp) # Save old stack pointer
|