/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 83 LMoveOperands other_move = moves_[i]; in PerformMove() local 84 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 113 LMoveOperands other_move = moves_[i]; in PerformMove() local 114 if (other_move.Blocks(destination)) { in PerformMove() 115 DCHECK(other_move.IsPending()); in PerformMove() 308 LMoveOperands other_move = moves_[i]; in EmitSwap() local 309 if (other_move.Blocks(source)) { in EmitSwap() 311 } else if (other_move.Blocks(destination)) { in EmitSwap()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 87 LMoveOperands other_move = moves_[i]; in PerformMove() local 88 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 117 LMoveOperands other_move = moves_[i]; in PerformMove() local 118 if (other_move.Blocks(destination)) { in PerformMove() 119 DCHECK(other_move.IsPending()); in PerformMove() 429 LMoveOperands other_move = moves_[i]; in EmitSwap() local 430 if (other_move.Blocks(source)) { in EmitSwap() 432 } else if (other_move.Blocks(destination)) { in EmitSwap()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 104 LMoveOperands other_move = moves_[i]; in PerformMove() local 105 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 120 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local 121 if (other_move.Blocks(destination)) { in PerformMove() 122 DCHECK(other_move.IsPending()); in PerformMove()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-gap-resolver-s390.cc | 94 LMoveOperands other_move = moves_[i]; in PerformMove() local 95 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 110 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local 111 if (other_move.Blocks(destination)) { in PerformMove() 112 DCHECK(other_move.IsPending()); in PerformMove()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-gap-resolver-ppc.cc | 97 LMoveOperands other_move = moves_[i]; in PerformMove() local 98 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 113 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local 114 if (other_move.Blocks(destination)) { in PerformMove() 115 DCHECK(other_move.IsPending()); in PerformMove()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 110 LMoveOperands other_move = moves_[i]; in PerformMove() local 111 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 126 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local 127 if (other_move.Blocks(destination)) { in PerformMove() 128 DCHECK(other_move.IsPending()); in PerformMove()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 95 LMoveOperands other_move = moves_[i]; in PerformMove() local 96 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 111 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local 112 if (other_move.Blocks(destination)) { in PerformMove() 113 DCHECK(other_move.IsPending()); in PerformMove()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 95 LMoveOperands other_move = moves_[i]; in PerformMove() local 96 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 111 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local 112 if (other_move.Blocks(destination)) { in PerformMove() 113 DCHECK(other_move.IsPending()); in PerformMove()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.cc | 86 LMoveOperands other_move = moves_[i]; in PerformMove() local 87 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 116 LMoveOperands other_move = moves_[i]; in PerformMove() local 117 if (other_move.Blocks(destination)) { in PerformMove() 118 DCHECK(other_move.IsPending()); in PerformMove() 462 LMoveOperands other_move = moves_[i]; in EmitSwap() local 463 if (other_move.Blocks(source)) { in EmitSwap() 465 } else if (other_move.Blocks(destination)) { in EmitSwap()
|