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/
H A 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()
H A Dregister-allocator-verifier.cc22 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()
31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
H A Dinstruction.cc367 for (int i = Instruction::FIRST_GAP_POSITION;
503 for (int i = Instruction::FIRST_GAP_POSITION;
H A 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()
H A Dinstruction.h994 FIRST_GAP_POSITION = START, enumerator
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1232 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
1234 if (i != Instruction::FIRST_GAP_POSITION) os << ","; in operator <<()

Completed in 12 milliseconds