Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc883 class PatchOat::RelocatedPointerVisitor { class in art::PatchOat
885 explicit RelocatedPointerVisitor(PatchOat* patch_oat) : patch_oat_(patch_oat) {} in RelocatedPointerVisitor() function in art::PatchOat::RelocatedPointerVisitor
913 orig_dex_cache->FixupStrings(RelocatedCopyOf(orig_strings), RelocatedPointerVisitor(this)); in PatchDexFileArrays()
922 RelocatedPointerVisitor(this)); in PatchDexFileArrays()
960 RelocatedPointerVisitor(this)); in PatchDexFileArrays()
970 RelocatedPointerVisitor(this)); in PatchDexFileArrays()
1044 RelocatedPointerVisitor native_visitor(this); in VisitObject()
Dpatchoat.h203 class RelocatedPointerVisitor; variable