Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1655 Instruction* last_instruction = code()->InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock() local
1656 for (size_t i = 0; i < last_instruction->OutputCount(); i++) { in MeetRegisterConstraintsForLastInstructionInBlock()
1657 InstructionOperand* output_operand = last_instruction->OutputAt(i); in MeetRegisterConstraintsForLastInstructionInBlock()