HomeSort by relevance Sort by last modified time
    Searched defs:nextSlot (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 313 int nextSlot = 0;
347 prevInstList[nextSlot++] = checkLIR;
362 prevInstList[nextSlot++] = checkLIR;
363 if (nextSlot == MAX_HOIST_DISTANCE) break;
378 if (stopHere == false && nextSlot < MAX_HOIST_DISTANCE) {
379 prevInstList[nextSlot++] = headLIR;
386 if (nextSlot >= 2) {
387 int firstSlot = nextSlot - 2;
389 ArmLIR *depLIR = prevInstList[nextSlot-1];
  /external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java 471 int nextSlot = (mQueueBottom + 1) % COMMAND_QUEUE_SIZE;
472 if (nextSlot != mQueueTop) { // only comply if there is space left in the buffer
474 mQueueBottom = nextSlot;

Completed in 60 milliseconds