Home | History | Annotate | Download | only in evaluation

Lines Matching full:subroutineend

415     public int subroutineEnd(int instructionOffset)
417 return branchTargetFinder.subroutineEnd(instructionOffset);
913 int subroutineEnd = branchTargetFinder.subroutineEnd(subroutineStart);
915 if (DEBUG) System.out.println("Evaluating subroutine from "+subroutineStart+" to "+subroutineEnd);
932 subroutineEnd);
938 if (DEBUG) System.out.println("Ending subroutine from "+subroutineStart+" to "+subroutineEnd);