Searched defs:old (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dhandle.h126 T* old = down_cast<T*>(ref->AsMirrorPtr()); local
128 return old;
H A Dclass_linker.cc4254 // The new class will replace the old one in the class table.
6937 ArtMethod* old = FindSameNameAndSignature(interface_name_comparator, variable
6940 if (old == nullptr) {
6950 CHECK(old == current_method) << "Multiple default implementations selected!";
7049 // Copy over the old methods.
7154 // Update old vtable methods. We use the default_translations map to figure out what each
7250 // Put some random garbage in old methods to help find stale pointers.
/art/test/497-inlining-and-class-loader/
H A Dclear_dex_cache.cc60 mirror::PointerArray* old = soa.Decode<mirror::PointerArray*>(old_cache); local
61 CHECK_EQ(methods != nullptr, old != nullptr);
62 CHECK_EQ(num_methods, static_cast<size_t>(old->GetLength()));
64 ArtMethod* method = old->GetElementPtrSize<ArtMethod*>(i, sizeof(void*));

Completed in 176 milliseconds