Home | History | Annotate | Download | only in compiler

Lines Matching defs:ivList

2192     GrowableList *ivList = cUnit->loopAnalysis->ivList;
2262 dvmInsertGrowableList(ivList, (intptr_t) ivInfo);
2331 for (i = 0; i < ivList->numUsed; i++) {
2332 ivInfoOld = (InductionVariableInfo *) ivList->elemList[i];
2337 assert(i < ivList->numUsed);
2344 dvmInsertGrowableList(ivList, (intptr_t) ivInfo);