Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc1175 int current_block_end = current_num_instructions(); in VisitBlock() local
1218 if (!FinishEmittedInstructions(block->control_input(), current_block_end)) { in VisitBlock()
1242 if (current_num_instructions() == current_block_end) { in VisitBlock()
1247 instruction_block->set_code_end(current_block_end); in VisitBlock()