Searched refs:instruction_blocks_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
H A Dinstruction-sequence-unittest.cc49 instruction_blocks_(zone()),
60 CHECK(instruction_blocks_.empty());
84 InstructionSequence(isolate(), zone(), &instruction_blocks_);
425 Rpo rpo = Rpo::FromInt(static_cast<int>(instruction_blocks_.size()));
446 instruction_blocks_.push_back(instruction_block);
455 CHECK(instruction_blocks_.size() == completions_.size());
465 auto block = instruction_blocks_[offset];
486 CHECK(block_offset < instruction_blocks_.size());
487 CHECK(target_block_offset < instruction_blocks_.size());
488 auto block = instruction_blocks_[block_offse
[all...]
H A Dinstruction-sequence-unittest.h238 InstructionBlocks instruction_blocks_; member in class:v8::internal::compiler::InstructionSequenceTest
/external/v8/src/compiler/
H A Dinstruction.h1306 return *instruction_blocks_;
1310 return static_cast<int>(instruction_blocks_->size());
1314 return instruction_blocks_->at(rpo_number.ToSize());
1318 return instruction_blocks_->at(block->loop_end().ToSize() - 1)
1323 return instruction_blocks_->at(rpo_number.ToSize());
1466 InstructionBlocks* const instruction_blocks_; local
H A Dinstruction.cc716 instruction_blocks_(instruction_blocks),

Completed in 77 milliseconds