Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc114 for (; i <= Instruction::LAST_GAP_POSITION; i++) { in FindFirstNonEmptySlot()
324 bool has_moves = i <= Instruction::LAST_GAP_POSITION; in CompressGaps()
327 if (i == Instruction::LAST_GAP_POSITION) { in CompressGaps()
329 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
333 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
341 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]; in CompressGaps()
Dregister-allocator-verifier.cc23 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyEmptyGaps()
32 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyAllocatedGaps()
Dinstruction.cc368 i <= Instruction::LAST_GAP_POSITION; i++) { in AreMovesRedundant()
504 i <= Instruction::LAST_GAP_POSITION; i++) { in operator <<()
Dcode-generator.cc576 i <= Instruction::LAST_GAP_POSITION; ++i) { in GetPushCompatibleMoves()
857 i <= Instruction::LAST_GAP_POSITION; i++) { in AssembleGaps()
Dinstruction.h995 LAST_GAP_POSITION = END enumerator
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc1233 i <= Instruction::LAST_GAP_POSITION; i++) { in operator <<()