Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1376 private int subroutineStart; field in Ropper.SubroutineInliner
1413 subroutineStart = b.getSuccessors().get(1); in inlineSubroutineCalledFrom()
1419 int newSubStartLabel = mapOrAllocateLabel(subroutineStart); in inlineSubroutineCalledFrom()
1483 if (subroutine.startBlock != subroutineStart) { in copyBlock()
1487 + " expected: " + Hex.u2(subroutineStart)); in copyBlock()
1530 private boolean involvedInSubroutine(int label, int subroutineStart) { in involvedInSubroutine() argument
1533 && subroutinesList.top() == subroutineStart); in involvedInSubroutine()
1553 } else if (!involvedInSubroutine(origLabel,subroutineStart)) { in mapOrAllocateLabel()