Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.cc363 int current_block_end = static_cast<int>(instructions_.size()); in VisitBlock() local
368 std::reverse(instructions_.begin() + current_block_end, instructions_.end()); in VisitBlock()
386 block->code_end_ = current_block_end; in VisitBlock()