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

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java246 * @param retBlock one of the ret blocks (final blocks) of this
249 Subroutine(int startBlock, int retBlock) { argument
251 addRetBlock(retBlock);
265 * @param retBlock ret block label
267 void addRetBlock(int retBlock) { argument
268 retBlocks.set(retBlock);

Completed in 32 milliseconds