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

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java136 private final Subroutine[] subroutines;
222 private class Subroutine { class in class:Ropper
235 Subroutine(int startBlock) { method in class:Ropper.Subroutine
249 Subroutine(int startBlock, int retBlock) { method in class:Ropper.Subroutine
383 this.subroutines = new Subroutine[maxLabel];
804 Subroutine calledSubroutine = null;
816 new Subroutine (subroutineLabel);
834 = new Subroutine (subroutineLabel, block.getLabel());
1061 * @param calledSubroutine {@code null-ok;} a Subroutine instance if
1068 Subroutine calledSubroutin
[all...]

Completed in 6 milliseconds