Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc30 struct PatchList { struct
34 static PatchList Mk(uint32 p);
38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v);
41 static PatchList Deref(Prog::Inst *inst0, PatchList l);
44 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2);
47 static PatchList nullPatchList;
50 PatchList PatchList::Mk(uint32 p) { in Mk()
51 PatchList l; in Mk()
57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { in Deref()
67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { in Patch()
[all …]
Dprog.h167 friend struct PatchList;