Searched defs:startValue (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DInit.cpp569 long startValue, endValue; local
571 startValue = strtol(startPtr, &endPtr, 16);
574 startValue %= kNumPackedOpcodes;
580 endValue = startValue;
583 for (; startValue <= endValue; startValue++) {
585 (unsigned int) startValue);
587 gDvmJit.opList[startValue >> 3] |= 1 << (startValue & 0x7);

Completed in 6 milliseconds