Searched refs:startValue (Results 1 – 1 of 1) sorted by relevance
569 long startValue, endValue; in processXjitop() local571 startValue = strtol(startPtr, &endPtr, 16); in processXjitop()574 startValue %= kNumPackedOpcodes; in processXjitop()580 endValue = startValue; in processXjitop()583 for (; startValue <= endValue; startValue++) { in processXjitop()585 (unsigned int) startValue); in processXjitop()587 gDvmJit.opList[startValue >> 3] |= 1 << (startValue & 0x7); in processXjitop()