Home
last modified time | relevance | path

Searched refs:startValue (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DInit.cpp569 long startValue, endValue; in processXjitop() local
571 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()