Searched refs:last_instruction (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc665 int last_instruction = block->last_instruction_index(); local
666 int index = chunk_->NearestGapPos(last_instruction);
/external/v8/src/compiler/
H A Dregister-allocator.cc1655 Instruction* last_instruction = code()->InstructionAt(end); local
1656 for (size_t i = 0; i < last_instruction->OutputCount(); i++) {
1657 InstructionOperand* output_operand = last_instruction->OutputAt(i);

Completed in 218 milliseconds