HomeSort by relevance Sort by last modified time
    Searched refs:nextSlot (Results 1 - 4 of 4) 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/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 40 SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >* nextSlot,
42 nextSlot->reset(new SkAdvancedTypefaceMetrics::AdvanceMetric<Data>);
43 resetRange(nextSlot->get(), startId);
44 return nextSlot->get();
159 SkTScopedPtr<SkAdvancedTypefaceMetrics::WidthRange >* nextSlot,
171 nextSlot,
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 132 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 98 milliseconds