Searched defs:retBlock (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java151 * @param retBlock one of the ret blocks (final blocks) of this
154 Subroutine(int startBlock, int retBlock) { argument
156 addRetBlock(retBlock);
170 * @param retBlock ret block label
172 void addRetBlock(int retBlock) { argument
173 retBlocks.set(retBlock);

Completed in 104 milliseconds