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.cc61 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()
277 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
279 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressGaps()
281 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
288 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()
Dregister-allocator-verifier.cc21 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()
31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
Dinstruction.cc301 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()
463 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
Dcode-generator.cc422 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
Dinstruction.h890 FIRST_GAP_POSITION = START, enumerator