Searched refs:old (Results 1 - 8 of 8) sorted by relevance

/art/test/497-inlining-and-class-loader/
H A Dclear_dex_cache.cc64 ObjPtr<mirror::PointerArray> old = soa.Decode<mirror::PointerArray>(old_cache); local
65 CHECK_EQ(methods != nullptr, old != nullptr);
66 CHECK_EQ(num_methods, static_cast<size_t>(old->GetLength()));
68 ArtMethod* method = old->GetElementPtrSize<ArtMethod*>(i, kRuntimePointerSize);
/art/test/654-checker-periodic/src/
H A DMain.java99 float old = lF;
101 l2 = old;
118 float old = lF;
120 l2 = old;
/art/runtime/
H A Dhandle.h132 T* old = down_cast<T*>(ref->AsMirrorPtr()); local
134 return old;
139 T* old = down_cast<T*>(ref->AsMirrorPtr()); local
141 return old;
H A Dclass_linker.cc2653 ObjPtr<mirror::Class> old; local
2657 old = class_table->Lookup(descriptor, hash);
2658 if (old == nullptr) {
2659 old = result_ptr; // For the comparison below, after releasing the lock.
2666 if (UNLIKELY(old != result_ptr)) {
2667 // Return `old` (even if `!descriptor_equals`) to mimic the RI behavior for parallel
2675 return EnsureResolved(self, descriptor, old);
4390 // The new class will replace the old one in the class table.
6915 // Put some random garbage in old methods to help find stale pointers.
7037 ArtMethod* old local
[all...]
/art/runtime/openjdkjvmti/
H A Djvmti_weak_table-inl.h284 Storage* old = data; local
286 allocator.deallocate(old, capacity);
/art/compiler/optimizing/
H A Doptimizing_cfi_test_expected.inc224 // as with the old assembler.
/art/runtime/gc/
H A Dheap.cc1208 AllocationListener* old; local
1210 old = storage->LoadSequentiallyConsistent();
1211 } while (!storage->CompareExchangeStrongSequentiallyConsistent(old, new_value));
1212 return old;
2388 bins_.erase(it); // Erase the old bin which we replace with the new smaller bin.
2500 // Save the old space so that we can remove it after we complete creating the zygote space.
2504 // Remove the old space before creating the zygote space since creating the zygote space sets
2505 // the old alloc space's bitmaps to null.
2510 // Remove the remembered set for the now zygote space (the old
4171 AllocationListener* old local
4179 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); local
[all...]
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S596 sw $s8, 4($sp) # Save old stack pointer

Completed in 237 milliseconds