Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h168 class PatchVisitor {
170 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor() function
171 ~PatchVisitor() {} in ~PatchVisitor()
Dpatchoat.cc1013 void PatchOat::PatchVisitor::operator() (ObjPtr<mirror::Object> obj, in operator ()()
1021 void PatchOat::PatchVisitor::operator() (ObjPtr<mirror::Class> cls ATTRIBUTE_UNUSED, in operator ()()
1038 PatchOat::PatchVisitor visitor(this, copy); in VisitObject()