Searched refs:subroutineStart (Results 1 – 1 of 1) sorted by relevance
1376 private int subroutineStart; field in Ropper.SubroutineInliner1413 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() argument1533 && subroutinesList.top() == subroutineStart); in involvedInSubroutine()1553 } else if (!involvedInSubroutine(origLabel,subroutineStart)) { in mapOrAllocateLabel()