Searched refs:subroutine (Results 1 – 5 of 5) sorted by relevance
2 It contains an example of a subroutine being exited by a "throw" instruction in 3 such a way that it caused the frame merge and subroutine inliner
24 jsr subroutine28 jsr subroutine31 subroutine:
2 from a jsr subroutine ends up being represented appropriately.
39 ; a subroutine with two returns and a catch block50 ; a subroutine that does not return
1459 Subroutine subroutine; in copyBlock() local1476 != (subroutine = subroutineFromRetBlock(origLabel))) { in copyBlock()1483 if (subroutine.startBlock != subroutineStart) { in copyBlock()1486 + Hex.u2 (subroutine.startBlock) in copyBlock()1587 Subroutine subroutine = subroutines[i]; in subroutineFromRetBlock() local1589 if (subroutine.retBlocks.get(label)) { in subroutineFromRetBlock()1590 return subroutine; in subroutineFromRetBlock()