Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmove-optimizer.cc53 for (int i = Instruction::GapPosition::FIRST_GAP_POSITION; in GapsCanMoveOver()
69 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()
161 std::swap(instr->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressBlock()
163 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressBlock()
164 CompressMoves(instr->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressBlock()
171 instr->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressBlock()
Dregister-allocator-verifier.cc21 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()
31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
369 for (int i = Instruction::FIRST_GAP_POSITION; in RunGaps()
Dinstruction.cc291 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()
459 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
Dcode-generator.cc349 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
Dinstruction.h790 FIRST_GAP_POSITION = START, enumerator