Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc350 int first_instr_index = block->first_instruction_index(); in CompressBlock() local
355 Instruction* prev_instr = code()->instructions()[first_instr_index]; in CompressBlock()
358 for (int index = first_instr_index + 1; index <= last_instr_index; ++index) { in CompressBlock()