Home | History | Annotate | Download | only in re2

Lines Matching defs:Patch

33   // Returns patch list containing just p.
37 // Caller must not ever use patch list again.
38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v);
43 // Appends two patch lists and returns result.
49 // Returns patch list containing just p.
67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) {
80 // Appends two patch lists and returns result.
315 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere
321 PatchList::Patch(inst_, b.end, a.begin);
325 PatchList::Patch(inst_, a.end, b.begin);
358 PatchList::Patch(inst_, a.end, id);
454 PatchList::Patch(inst_, a.end, id+1);
488 PatchList::Patch(inst_, f.end, next);