Home | History | Annotate | Download | only in dex

Lines Matching full:blocks

176     GrowableArray<SuccessorBlockInfo*>::Iterator iterator(bottom_block->successor_block_list.blocks);
244 /* Identify code range in try blocks and set up the empty catch blocks */
263 // Iterate over each of the handlers to enqueue the empty Catch blocks
322 * blocks. However, this
395 cur_block->successor_block_list.blocks =
408 cur_block->successor_block_list.blocks->Insert(successor_block_info);
436 cur_block->successor_block_list.blocks =
450 cur_block->successor_block_list.blocks->Insert(successor_block_info);
525 // If this is the first method, set up default entry and exit blocks.
567 /* Identify code range in try blocks and set up the empty catch blocks */
577 /* Parse all instructions and put them into containing basic blocks */
779 GrowableArray<SuccessorBlockInfo*>::Iterator iterator(bb->successor_block_list.blocks);
805 GrowableArray<SuccessorBlockInfo*>::Iterator iter(bb->successor_block_list.blocks);
1086 LOG(INFO) << GetNumBlocks() << " blocks in total";