Searched refs:PatchVisitor (Results 1 – 2 of 2) sorted by relevance
175 class PatchVisitor {177 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor() function178 ~PatchVisitor() {} in ~PatchVisitor()
549 void PatchOat::PatchVisitor::operator() (mirror::Object* obj, MemberOffset off, in operator ()()557 void PatchOat::PatchVisitor::operator() (mirror::Class* cls ATTRIBUTE_UNUSED, in operator ()()597 PatchOat::PatchVisitor visitor(this, copy); in VisitObject()