Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java723 int subroutineLabel = successors.get(1); in processBlock() local
725 if (subroutines[subroutineLabel] == null) { in processBlock()
726 subroutines[subroutineLabel] = in processBlock()
727 new Subroutine (subroutineLabel); in processBlock()
730 subroutines[subroutineLabel].addCallerBlock(block.getLabel()); in processBlock()
732 calledSubroutine = subroutines[subroutineLabel]; in processBlock()
741 int subroutineLabel = ra.getSubroutineAddress(); in processBlock() local
743 if (subroutines[subroutineLabel] == null) { in processBlock()
744 subroutines[subroutineLabel] in processBlock()
745 = new Subroutine (subroutineLabel, block.getLabel()); in processBlock()
[all …]