Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h175 class PatchVisitor {
177 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor() function
178 ~PatchVisitor() {} in ~PatchVisitor()
Dpatchoat.cc549 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()