Home | History | Annotate | Download | only in compiler

Lines Matching refs:blocks

585         dvmGrowableListIteratorInit(&bottomBlock->successorBlockList.blocks,
736 dvmGrowableListIteratorInit(&bb->successorBlockList.blocks,
766 dvmGrowableListIteratorInit(&bb->successorBlockList.blocks,
823 dvmGrowableListIteratorInit(&predBB->successorBlockList.blocks,
850 /* Identify code range in try blocks and set up the empty catch blocks */
866 /* Mark all the insn offsets in Try blocks */
878 /* Iterate over each of the handlers to enqueue the empty Catch blocks */
894 * Create dummy catch blocks first. Since these are created before
895 * other blocks are processed, "split" is specified as false.
958 * blocks. However, this
1034 dvmInitGrowableList(&curBlock->successorBlockList.blocks, size);
1048 dvmInsertGrowableList(&curBlock->successorBlockList.blocks,
1089 dvmInitGrowableList(&curBlock->successorBlockList.blocks, 2);
1109 dvmInsertGrowableList(&curBlock->successorBlockList.blocks,
1187 /* Allocate the bit-vector to track the beginning of basic blocks */
1192 /* Create the default entry and exit blocks and enter them to the list */
1210 * Store back the number of blocks since new blocks may be created of
1215 /* Identify code range in try blocks and set up the empty catch blocks */
1218 /* Parse all instructions and put them into containing basic blocks */
1296 /* Verify if all blocks are connected as claimed */
1458 /* Create the default entry and exit blocks and enter them to the list */
1478 * Store back the number of blocks since new blocks may be created of
1507 /* Verify if all blocks are connected as claimed */
1534 /* Loop contains never executed blocks / heavy instructions */
1595 * Main entry point to start trace compilation. Basic blocks are constructed
1823 * Now scan basic blocks containing real code to connect the
1831 /* Skip empty blocks */
1844 /* Link the taken and fallthrough blocks */
1889 * Some blocks are ended by non-control-flow-change instructions,
2016 LOGD("TRACEINFO (%d): 0x%08x %s%s.%s %#x %d of %d, %d blocks",