Home | History | Annotate | Download | only in patchoat

Lines Matching full:orig_methods

612     ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods();
613 ArtMethod** relocated_methods = RelocatedAddressOfPointer(orig_methods);
617 if (orig_methods != nullptr) {
618 ArtMethod** copy_methods = RelocatedCopyOf(orig_methods);
620 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, j, pointer_size);