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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGRegisterBank.h 89 uint32_t currentLowest = NUM_REGS;
114 currentLowest = i;
126 currentLowest = i;
131 ASSERT(currentLowest != NUM_REGS && currentSpillOrder != SpillHintMax);
132 // There were no available registers; currentLowest will need to be spilled.
133 return allocateInternal(currentLowest, spillMe);
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 444 int currentLowest = 0;
449 if (na.priority < currentLowest) continue;
450 if (na.priority > currentLowest) {
458 currentLowest = nextLowest;
    [all...]

Completed in 81 milliseconds