Searched refs:last_instr_index (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | move-optimizer.cc | 354 int last_instr_index = block->last_instruction_index(); local 361 for (int index = first_instr_index + 1; index <= last_instr_index; ++index) { |
Completed in 75 milliseconds