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.cc116 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()
331 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
333 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressGaps()
335 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
342 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()
Dregister-allocator-verifier.cc23 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()
33 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
Dcode-generator.cc342 for (int i = Instruction::FIRST_GAP_POSITION; in GetPushCompatibleMoves()
368 if (i == Instruction::FIRST_GAP_POSITION) { in GetPushCompatibleMoves()
523 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
Dinstruction.cc350 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()
517 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
Dinstruction.h921 FIRST_GAP_POSITION = START, enumerator