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

/art/patchoat/
H A Dpatchoat.h44 class PatchOat { class in namespace:art
62 ~PatchOat() {}
63 PatchOat(PatchOat&&) = default;
67 PatchOat(ElfFile* oat_file, off_t delta, TimingLogger* timings) function in class:art::PatchOat
70 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, function in class:art::PatchOat
74 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, function in class:art::PatchOat
102 reinterpret_cast<PatchOat*>(arg)->VisitObject(obj);
194 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {}
207 PatchOat* cons
[all...]

Completed in 387 milliseconds