Home
last modified time | relevance | path

Searched refs:other_move (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc83 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/
Dlithium-gap-resolver-x87.cc87 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/
Dlithium-gap-resolver-arm64.cc104 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/
Dlithium-gap-resolver-s390.cc94 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/
Dlithium-gap-resolver-ppc.cc97 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/
Dlithium-gap-resolver-arm.cc110 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/
Dlithium-gap-resolver-mips64.cc95 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/
Dlithium-gap-resolver-mips.cc95 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/
Dlithium-gap-resolver-ia32.cc86 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()