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.cc21 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()
31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
Dcode-generator.cc336 for (int i = Instruction::FIRST_GAP_POSITION; in GetPushCompatibleMoves()
362 if (i == Instruction::FIRST_GAP_POSITION) { in GetPushCompatibleMoves()
501 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
Dinstruction.cc339 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()
504 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
Dinstruction.h918 FIRST_GAP_POSITION = START, enumerator