Home
last modified time | relevance | path

Searched refs:RelocatedCopyOf (Results 1 – 2 of 2) sorted by relevance

/art/patchoat/
Dpatchoat.cc774 ArtField* const dest = patch_oat_->RelocatedCopyOf(field); in Visit()
793 ArtMethod* const dest = patch_oat_->RelocatedCopyOf(method); in Visit()
902 auto* copy_dex_cache = RelocatedCopyOf(orig_dex_cache); in PatchDexFileArrays()
913 orig_dex_cache->FixupStrings(RelocatedCopyOf(orig_strings), RelocatedPointerVisitor(this)); in PatchDexFileArrays()
921 orig_dex_cache->FixupResolvedTypes(RelocatedCopyOf(orig_types), in PatchDexFileArrays()
930 mirror::MethodDexCacheType* copy_methods = RelocatedCopyOf(orig_methods); in PatchDexFileArrays()
944 mirror::FieldDexCacheType* copy_fields = RelocatedCopyOf(orig_fields); in PatchDexFileArrays()
959 orig_dex_cache->FixupResolvedMethodTypes(RelocatedCopyOf(orig_method_types), in PatchDexFileArrays()
969 orig_dex_cache->FixupResolvedCallSites(RelocatedCopyOf(orig_call_sites), in PatchDexFileArrays()
1033 mirror::Object* copy = RelocatedCopyOf(object); in VisitObject()
Dpatchoat.h119 T* RelocatedCopyOf(T* obj) const { in RelocatedCopyOf() function