Searched refs:cur_block (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | sparse_io.c | 370 blk64_t offset = 0, cur_block; in sparse_read_blk64() local 378 cur_block = block_to_sparse_block(block, &offset, channel, sm); in sparse_read_blk64() 379 if (sm->blocks[cur_block]) in sparse_read_blk64() 380 memcpy(out, (sm->blocks[cur_block]) + offset, count); in sparse_read_blk64() 385 cur_block = block_to_sparse_block(block + i, &offset, in sparse_read_blk64() 387 if (sm->blocks[cur_block]) in sparse_read_blk64() 389 sm->blocks[cur_block] + offset, in sparse_read_blk64() 409 blk64_t offset = 0, cur_block; in sparse_write_blk64() local 418 cur_block = block_to_sparse_block(block, &offset, channel, in sparse_write_blk64() 420 if (!sm->blocks[cur_block]) { in sparse_write_blk64() [all …]
|
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 1037 HBasicBlock* cur_block = block->predecessors()->at(j); in ResolvePhis() local 1040 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis() 1053 InstructionAt(cur_block->last_instruction_index()); in ResolvePhis()
|
D | hydrogen-instructions.cc | 759 HBasicBlock* cur_block = block(); in Verify() local 764 if (cur_block == other_block) { in Verify() 777 DCHECK(other_block->Dominates(cur_block)); in Verify()
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 1815 InstructionBlock* cur_block = in ResolvePhis() local 1819 cur_block->last_instruction_index(), Instruction::END, input, output); in ResolvePhis() 1822 ->InstructionAt(cur_block->last_instruction_index()) in ResolvePhis()
|