Searched refs:targetLists (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DBasicBlocker.java55 private final IntList[] targetLists; field in class:BasicBlocker
105 targetLists = new IntList[sz];
128 targetLists[offset] = IntList.EMPTY;
187 targetLists[offset] = IntList.EMPTY;
216 targetLists[offset] = IntList.makeImmutable(target);
233 targetLists[offset] = IntList.makeImmutable(next, target);
252 targetLists[offset] = cases.getTargets();
290 targets = targetLists[i];
433 targetLists[offset] = catches.toTargetList(nextIsLive ? next : -1);

Completed in 55 milliseconds