Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h189 class PatchOatArtMethodVisitor; variable
Dpatchoat.cc405 class PatchOat::PatchOatArtMethodVisitor : public ArtMethodVisitor { class in art::PatchOat
407 explicit PatchOatArtMethodVisitor(PatchOat* patch_oat) : patch_oat_(patch_oat) {} in PatchOatArtMethodVisitor() function in art::PatchOat::PatchOatArtMethodVisitor
420 PatchOatArtMethodVisitor visitor(this); in PatchArtMethods()