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

/art/patchoat/
H A Dpatchoat.h41 class PatchOat { class in namespace:art
54 PatchOat(ElfFile* oat_file, off_t delta, TimingLogger* timings) function in class:art::PatchOat
56 PatchOat(MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, function in class:art::PatchOat
60 PatchOat(ElfFile* oat_file, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, function in class:art::PatchOat
64 ~PatchOat() {}
68 reinterpret_cast<PatchOat*>(arg)->VisitObject(obj);
97 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {}
105 PatchOat* patcher_;
121 DISALLOW_IMPLICIT_CONSTRUCTORS(PatchOat);

Completed in 2268 milliseconds