Lines Matching refs:blocks

561         dvmGrowableListIteratorInit(&bottomBlock->successorBlockList.blocks,
727 dvmGrowableListIteratorInit(&bb->successorBlockList.blocks,
757 dvmGrowableListIteratorInit(&bb->successorBlockList.blocks,
814 dvmGrowableListIteratorInit(&predBB->successorBlockList.blocks,
841 /* Identify code range in try blocks and set up the empty catch blocks */
857 /* Mark all the insn offsets in Try blocks */
869 /* Iterate over each of the handlers to enqueue the empty Catch blocks */
885 * Create dummy catch blocks first. Since these are created before
886 * other blocks are processed, "split" is specified as false.
953 * blocks. However, this
1033 dvmInitGrowableList(&curBlock->successorBlockList.blocks, size);
1049 dvmInsertGrowableList(&curBlock->successorBlockList.blocks,
1092 dvmInitGrowableList(&curBlock->successorBlockList.blocks, 2);
1114 dvmInsertGrowableList(&curBlock->successorBlockList.blocks,
1194 /* Allocate the bit-vector to track the beginning of basic blocks */
1199 /* Create the default entry and exit blocks and enter them to the list */
1217 * Store back the number of blocks since new blocks may be created of
1222 /* Identify code range in try blocks and set up the empty catch blocks */
1225 /* Parse all instructions and put them into containing basic blocks */
1307 /* Verify if all blocks are connected as claimed */
1473 /* Create the default entry and exit blocks and enter them to the list */
1493 * Store back the number of blocks since new blocks may be created of
1522 /* Verify if all blocks are connected as claimed */
1554 /* Loop contains never executed blocks / heavy instructions */
1632 * Main entry point to start trace compilation. Basic blocks are constructed
1886 * Now scan basic blocks containing real code to connect the
1894 /* Skip empty blocks */
1907 /* Link the taken and fallthrough blocks */
1952 * Some blocks are ended by non-control-flow-change instructions,
2079 ALOGD("TRACEINFO (%d): 0x%08x %s%s.%s %#x %d of %d, %d blocks",