Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java132 private final Subroutine[] subroutines;
141 private class Subroutine { class in Ropper
154 Subroutine(int startBlock) { in Subroutine() method in Ropper.Subroutine
168 Subroutine(int startBlock, int retBlock) { in Subroutine() method in Ropper.Subroutine
298 this.subroutines = new Subroutine[maxLabel]; in Ropper()
715 Subroutine calledSubroutine = null; in processBlock()
727 new Subroutine (subroutineLabel); in processBlock()
745 = new Subroutine (subroutineLabel, block.getLabel()); in processBlock()
982 Subroutine calledSubroutine, Frame frame, int[] workSet) { in mergeAndWorkAsNecessary()
1459 Subroutine subroutine; in copyBlock()
[all …]