Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmove-optimizer.cc117 for (; i <= Instruction::LAST_GAP_POSITION; i++) { in FindFirstNonEmptySlot()
327 bool has_moves = i <= Instruction::LAST_GAP_POSITION; in CompressGaps()
330 if (i == Instruction::LAST_GAP_POSITION) { in CompressGaps()
332 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
336 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
344 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]; in CompressGaps()
Dregister-allocator-verifier.cc24 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyEmptyGaps()
34 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyAllocatedGaps()
Dcode-generator.cc343 i <= Instruction::LAST_GAP_POSITION; ++i) { in GetPushCompatibleMoves()
524 i <= Instruction::LAST_GAP_POSITION; i++) { in AssembleGaps()
Dinstruction.cc351 i <= Instruction::LAST_GAP_POSITION; i++) { in AreMovesRedundant()
518 i <= Instruction::LAST_GAP_POSITION; i++) { in operator <<()
Dinstruction.h922 LAST_GAP_POSITION = END enumerator