Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/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()
306 LMoveOperands other_move = moves_[i]; in EmitSwap() local
307 if (other_move.Blocks(source)) { in EmitSwap()
309 } else if (other_move.Blocks(destination)) { in EmitSwap()
/external/chromium_org/v8/src/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()
423 LMoveOperands other_move = moves_[i]; in EmitSwap() local
424 if (other_move.Blocks(source)) { in EmitSwap()
426 } else if (other_move.Blocks(destination)) { in EmitSwap()
/external/chromium_org/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc106 LMoveOperands other_move = moves_[i]; in PerformMove() local
107 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
122 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local
123 if (other_move.Blocks(destination)) { in PerformMove()
124 DCHECK(other_move.IsPending()); in PerformMove()
/external/chromium_org/v8/src/arm/
Dlithium-gap-resolver-arm.cc112 LMoveOperands other_move = moves_[i]; in PerformMove() local
113 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
128 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local
129 if (other_move.Blocks(destination)) { in PerformMove()
130 DCHECK(other_move.IsPending()); in PerformMove()
/external/chromium_org/v8/src/mips/
Dlithium-gap-resolver-mips.cc96 LMoveOperands other_move = moves_[i]; in PerformMove() local
97 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
112 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local
113 if (other_move.Blocks(destination)) { in PerformMove()
114 DCHECK(other_move.IsPending()); in PerformMove()
/external/chromium_org/v8/src/mips64/
Dlithium-gap-resolver-mips64.cc96 LMoveOperands other_move = moves_[i]; in PerformMove() local
97 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
112 LMoveOperands other_move = moves_[root_index_]; in PerformMove() local
113 if (other_move.Blocks(destination)) { in PerformMove()
114 DCHECK(other_move.IsPending()); in PerformMove()
/external/chromium_org/v8/src/ia32/
Dlithium-gap-resolver-ia32.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()
455 LMoveOperands other_move = moves_[i]; in EmitSwap() local
456 if (other_move.Blocks(source)) { in EmitSwap()
458 } else if (other_move.Blocks(destination)) { in EmitSwap()