Lines Matching refs:block

160     // Merge new state into already processed block.
723 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
724 assert(s.next_bci() == limit_bci, "branch must end block");
738 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
739 assert(s.next_bci() == limit_bci, "branch must end block");
749 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
750 assert(s.next_bci() == limit_bci, "branch must end block");
757 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
758 assert(s.next_bci() == limit_bci, "branch must end block");
766 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
767 assert(s.next_bci() == limit_bci, "branch must end block");
775 assert(s.next_bci() == limit_bci, "branch must end block");
779 assert(s.next_bci() == limit_bci, "return must end block");
790 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
794 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
796 assert(s.next_bci() == limit_bci, "branch must end block");
808 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
812 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
940 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
941 assert(s.next_bci() == limit_bci, "branch must end block");
948 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
949 assert(s.next_bci() == limit_bci, "branch must end block");
957 assert(_methodBlocks->is_block_start(dest_bci), "branch destination must start a block");
958 assert(s.next_bci() == limit_bci, "branch must end block");
975 assert(_methodBlocks->is_block_start(fall_through_bci), "must fall through to block start.");
986 // block, so we don't merge the incoming state of exception handlers
1068 // initialize block 0 state from method signature
1123 // if this block has any exception handlers, push them
1130 ciBlock *b = _methodBlocks->block(i);