Searched defs:PatchOat (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.h45 class PatchOat { class in namespace:art
70 ~PatchOat() {}
71 PatchOat(PatchOat&&) = default;
75 PatchOat(InstructionSet isa, MemMap* image, function in class:art::PatchOat
170 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {}
183 PatchOat* const patcher_;
207 DISALLOW_IMPLICIT_CONSTRUCTORS(PatchOat);

Completed in 1564 milliseconds