Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1530 private boolean involvedInSubroutine(int label, int subroutineStart) { in involvedInSubroutine() method in Ropper.SubroutineInliner
1553 } else if (!involvedInSubroutine(origLabel,subroutineStart)) { in mapOrAllocateLabel()