HomeSort by relevance Sort by last modified time
    Searched refs:PatchOatArtMethodVisitor (Results 1 - 2 of 2) sorted by null

  /art/patchoat/
patchoat.h 205 class PatchOatArtMethodVisitor;
patchoat.cc 788 class PatchOat::PatchOatArtMethodVisitor : public ArtMethodVisitor {
790 explicit PatchOatArtMethodVisitor(PatchOat* patch_oat) : patch_oat_(patch_oat) {}
803 PatchOatArtMethodVisitor visitor(this);
    [all...]

Completed in 97 milliseconds