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

  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 74 int iLabel = preds.get(i);
76 BasicBlock iBlock = blocks.labelToBlock(iLabel);
78 if (toDelete.get(iLabel)
100 combineBlocks(iLabel, toCombine);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 79 int iLabel = preds.get(i);
81 BasicBlock iBlock = blocks.labelToBlock(iLabel);
83 if (toDelete.get(iLabel)
105 combineBlocks(iLabel, toCombine);
  /external/chromium_org/third_party/sqlite/src/src/
delete.c 489 int iLabel; /* Label resolved to end of generated code */
497 iLabel = sqlite3VdbeMakeLabel(v);
498 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
526 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
533 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
559 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel
565 sqlite3VdbeResolveLabel(v, iLabel);

Completed in 355 milliseconds