Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc113 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()
328 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
330 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressGaps()
332 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
339 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()
Dregister-allocator-verifier.cc22 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()
31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
Dcode-generator.cc575 for (int i = Instruction::FIRST_GAP_POSITION; in GetPushCompatibleMoves()
598 if (i == Instruction::FIRST_GAP_POSITION) { in GetPushCompatibleMoves()
856 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
Dinstruction.cc367 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()
503 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
Dinstruction.h994 FIRST_GAP_POSITION = START, enumerator
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc1232 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
1234 if (i != Instruction::FIRST_GAP_POSITION) os << ","; in operator <<()