Searched defs:orig_methods (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc612 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); local
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);
/art/compiler/
H A Dimage_writer.cc2129 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); local
2130 if (orig_methods != nullptr) {
2132 NativeLocationInImage(orig_methods),
2134 ArtMethod** copy_methods = NativeCopyLocation(orig_methods, orig_dex_cache);
2136 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, i, target_ptr_size_);

Completed in 88 milliseconds