HomeSort by relevance Sort by last modified time
    Searched refs:nextSlot (Results 1 - 5 of 5) 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];
  /dalvik/vm/compiler/codegen/mips/
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 MipsLIR *depLIR = prevInstList[nextSlot-1];
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 68 SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >* nextSlot,
70 nextSlot->reset(new SkAdvancedTypefaceMetrics::AdvanceMetric<Data>);
71 resetRange(nextSlot->get(), startId);
72 return nextSlot->get();
280 SkTScopedPtr<SkAdvancedTypefaceMetrics::WidthRange >* nextSlot,
292 nextSlot,
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 125 SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >* nextSlot,
  /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 218 milliseconds