Home | History | Annotate | Download | only in vm

Lines Matching defs:endValue

138     dvmFprintf(stderr, "  -Xjitop:hexopvalue[-endvalue]"
139 "[,hexopvalue[-endvalue]]*\n");
572 long startValue, endValue;
580 endValue = strtol(endPtr+1, &endPtr, 16);
581 endValue %= kNumPackedOpcodes;
583 endValue = startValue;
586 for (; startValue <= endValue; startValue++) {