Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc656 int last_instruction = block->last_instruction_index(); in GetLastGap() local
657 return code()->GapAt(last_instruction - 1); in GetLastGap()
758 Instruction* last_instruction = InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock() local
759 for (size_t i = 0; i < last_instruction->OutputCount(); i++) { in MeetRegisterConstraintsForLastInstructionInBlock()
760 InstructionOperand* output_operand = last_instruction->OutputAt(i); in MeetRegisterConstraintsForLastInstructionInBlock()
/external/v8/src/
Dlithium-allocator.cc663 int last_instruction = block->last_instruction_index(); in GetLastGap() local
664 int index = chunk_->NearestGapPos(last_instruction); in GetLastGap()