Home | History | Annotate | Download | only in x64

Lines Matching defs:next_block

1263   int next_block = GetNextEmittedBlock(current_block_);
1269 } else if (left_block == next_block) {
1271 } else if (right_block == next_block) {
1350 int next_block = GetNextEmittedBlock(current_block_);
1351 if (block != next_block) {