Lines Matching refs:instruction_blocks_
49 instruction_blocks_(zone()), in InstructionSequenceTest()
60 CHECK(instruction_blocks_.empty()); in SetNumRegs()
84 InstructionSequence(isolate(), zone(), &instruction_blocks_); in sequence()
425 Rpo rpo = Rpo::FromInt(static_cast<int>(instruction_blocks_.size())); in NewBlock()
446 instruction_blocks_.push_back(instruction_block); in NewBlock()
455 CHECK(instruction_blocks_.size() == completions_.size()); in WireBlocks()
465 auto block = instruction_blocks_[offset]; in WireBlocks()
486 CHECK(block_offset < instruction_blocks_.size()); in WireBlock()
487 CHECK(target_block_offset < instruction_blocks_.size()); in WireBlock()
488 auto block = instruction_blocks_[block_offset]; in WireBlock()
489 auto target = instruction_blocks_[target_block_offset]; in WireBlock()