Searched refs:subroutineEnd (Results 1 – 3 of 3) sorted by relevance
172 int subroutineEnd = branchTargetFinder.subroutineEnd(subroutineStart); in inlineSubroutine() local176 …System.out.println(" Inlining subroutine ["+subroutineStart+" -> "+subroutineEnd+"] at ["+subrout… in inlineSubroutine()189 clipEnd = subroutineEnd; in inlineSubroutine()198 subroutineEnd, in inlineSubroutine()203 … System.out.println(" Appending label after inlined subroutine at ["+subroutineEnd+"]"); in inlineSubroutine()207 codeAttributeComposer.appendLabel(subroutineEnd); in inlineSubroutine()213 subroutineEnd, in inlineSubroutine()255 … if (branchTargetFinder.subroutineEnd(offset) == offset + variableInstruction.length(offset)) in visitVariableInstruction()275 branchTargetFinder.subroutineEnd(offset) - offset); in visitVariableInstruction()
415 public int subroutineEnd(int instructionOffset) in subroutineEnd() method in PartialEvaluator417 return branchTargetFinder.subroutineEnd(instructionOffset); in subroutineEnd()913 int subroutineEnd = branchTargetFinder.subroutineEnd(subroutineStart); in evaluateSubroutine() local915 … if (DEBUG) System.out.println("Evaluating subroutine from "+subroutineStart+" to "+subroutineEnd); in evaluateSubroutine()932 subroutineEnd); in evaluateSubroutine()938 … if (DEBUG) System.out.println("Ending subroutine from "+subroutineStart+" to "+subroutineEnd); in evaluateSubroutine()
231 public int subroutineEnd(int offset) in subroutineEnd() method in BranchTargetFinder444 …(isSubroutine(index) ? " ["+subroutineStart(index)+" -> "+subroutineEnd(index)+"]" : "")… in visitCodeAttribute()