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.cc62 for (; i <= Instruction::LAST_GAP_POSITION; i++) { in FindFirstNonEmptySlot()
273 bool has_moves = i <= Instruction::LAST_GAP_POSITION; in CompressGaps()
276 if (i == Instruction::LAST_GAP_POSITION) { in CompressGaps()
278 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
282 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
290 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]; in CompressGaps()
Dregister-allocator-verifier.cc22 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyEmptyGaps()
32 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyAllocatedGaps()
Dinstruction.cc302 i <= Instruction::LAST_GAP_POSITION; i++) { in AreMovesRedundant()
464 i <= Instruction::LAST_GAP_POSITION; i++) { in operator <<()
Dcode-generator.cc423 i <= Instruction::LAST_GAP_POSITION; i++) { in AssembleGaps()
Dinstruction.h891 LAST_GAP_POSITION = END enumerator