Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DBasicBlocker.java405 private void visitCommon(int offset, int length, boolean nextIsLive) { in visitCommon() argument
408 if (nextIsLive) { in visitCommon()
438 private void visitThrowing(int offset, int length, boolean nextIsLive) { in visitThrowing() argument
441 if (nextIsLive) { in visitThrowing()
447 targetLists[offset] = catches.toTargetList(nextIsLive ? next : -1); in visitThrowing()