Home
last modified time | relevance | path

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

/dalvik/dx/tests/098-dex-jsr-ret-throw/
Dinfo.txt2 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
/dalvik/dx/tests/112-dex-return-jsr-result/
Dblort.j24 jsr subroutine
28 jsr subroutine
31 subroutine:
Dinfo.txt2 from a jsr subroutine ends up being represented appropriately.
/dalvik/dx/tests/085-dex-jsr-ret/
Dblort.j39 ; a subroutine with two returns and a catch block
50 ; a subroutine that does not return
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1459 Subroutine subroutine; in copyBlock() local
1476 != (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() local
1589 if (subroutine.retBlocks.get(label)) { in subroutineFromRetBlock()
1590 return subroutine; in subroutineFromRetBlock()