Home
last modified time | relevance | path

Searched refs:target_block_offset (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc483 size_t target_block_offset = block_offset + static_cast<size_t>(jump_offset); in WireBlock() local
485 CHECK(target_block_offset < instruction_blocks_.size()); in WireBlock()
487 auto target = instruction_blocks_[target_block_offset]; in WireBlock()