OP_Jump          64241 third_party/sqlite/amalgamation/sqlite3.c case OP_Jump: {             /* jump */
OP_Jump          91847 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, OP_Jump, j2+2, iContinue, j2+2);
OP_Jump          92361 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp3(v, OP_Jump, addrAltB, addrAeqB, addrAgtB);
OP_Jump          94052 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, OP_Jump, j1+1, 0, j1+1);
OP_Jump          1925 third_party/sqlite/src/src/select.c     sqlite3VdbeAddOp3(v, OP_Jump, j2+2, iContinue, j2+2);
OP_Jump          2439 third_party/sqlite/src/src/select.c   sqlite3VdbeAddOp3(v, OP_Jump, addrAltB, addrAeqB, addrAgtB);
OP_Jump          4130 third_party/sqlite/src/src/select.c       sqlite3VdbeAddOp3(v, OP_Jump, j1+1, 0, j1+1);
OP_Jump          1909 third_party/sqlite/src/src/vdbe.c case OP_Jump: {             /* jump */