Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DBasicBlocker.java62 private final IntList[] targetLists; field in BasicBlocker
112 targetLists = new IntList[sz]; in BasicBlocker()
137 targetLists[offset] = IntList.EMPTY; in visitNoArgs()
197 targetLists[offset] = IntList.EMPTY; in visitLocal()
229 targetLists[offset] = IntList.makeImmutable(target); in visitBranch()
246 targetLists[offset] = IntList.makeImmutable(next, target); in visitBranch()
266 targetLists[offset] = cases.getTargets(); in visitSwitch()
304 targets = targetLists[i]; in getBlockList()
447 targetLists[offset] = catches.toTargetList(nextIsLive ? next : -1); in visitThrowing()