Home
last modified time | relevance | path

Searched refs:LMoveOperands (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc48 LMoveOperands move = moves_[i]; in Resolve()
74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
76 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
106 LMoveOperands other_move = moves_[i]; in PerformMove()
136 LMoveOperands other_move = moves_[i]; in PerformMove()
309 LMoveOperands other_move = moves_[i]; in EmitSwap()
Dlithium-gap-resolver-x64.h69 ZoneList<LMoveOperands> moves_;
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.h61 void AddMove(LMoveOperands move);
97 ZoneList<LMoveOperands> moves_;
Dlithium-gap-resolver-ia32.cc52 LMoveOperands move = moves_[i]; in Resolve()
79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
81 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
110 LMoveOperands other_move = moves_[i]; in PerformMove()
140 LMoveOperands other_move = moves_[i]; in PerformMove()
153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove()
463 LMoveOperands other_move = moves_[i]; in EmitSwap()
/external/chromium_org/v8/src/ia32/
Dlithium-gap-resolver-ia32.h61 void AddMove(LMoveOperands move);
97 ZoneList<LMoveOperands> moves_;
Dlithium-gap-resolver-ia32.cc52 LMoveOperands move = moves_[i]; in Resolve()
79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
81 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
110 LMoveOperands other_move = moves_[i]; in PerformMove()
140 LMoveOperands other_move = moves_[i]; in PerformMove()
153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove()
522 LMoveOperands other_move = moves_[i]; in EmitSwap()
/external/chromium_org/v8/src/x64/
Dlithium-gap-resolver-x64.cc48 LMoveOperands move = moves_[i]; in Resolve()
74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
76 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
106 LMoveOperands other_move = moves_[i]; in PerformMove()
136 LMoveOperands other_move = moves_[i]; in PerformMove()
323 LMoveOperands other_move = moves_[i]; in EmitSwap()
Dlithium-gap-resolver-x64.h69 ZoneList<LMoveOperands> moves_;
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc49 LMoveOperands move = moves_[i]; in Resolve()
79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
81 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
118 LMoveOperands other_move = moves_[i]; in PerformMove()
134 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
Dlithium-gap-resolver-arm.h74 ZoneList<LMoveOperands> moves_;
/external/v8/src/mips/
Dlithium-gap-resolver-mips.cc50 LMoveOperands move = moves_[i]; in Resolve()
80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
82 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
119 LMoveOperands other_move = moves_[i]; in PerformMove()
135 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
Dlithium-gap-resolver-mips.h74 ZoneList<LMoveOperands> moves_;
/external/chromium_org/v8/src/mips/
Dlithium-gap-resolver-mips.cc50 LMoveOperands move = moves_[i]; in Resolve()
80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
82 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
119 LMoveOperands other_move = moves_[i]; in PerformMove()
135 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
Dlithium-gap-resolver-mips.h74 ZoneList<LMoveOperands> moves_;
/external/chromium_org/v8/src/arm/
Dlithium-gap-resolver-arm.cc49 LMoveOperands move = moves_[i]; in Resolve()
79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
81 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
118 LMoveOperands other_move = moves_[i]; in PerformMove()
134 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
Dlithium-gap-resolver-arm.h74 ZoneList<LMoveOperands> moves_;
/external/v8/src/
Dlithium.h208 class LMoveOperands BASE_EMBEDDED {
210 LMoveOperands(LOperand* source, LOperand* destination) in LMoveOperands() function
390 move_operands_.Add(LMoveOperands(from, to)); in AddMove()
395 const ZoneList<LMoveOperands>* move_operands() const { in move_operands()
402 ZoneList<LMoveOperands> move_operands_;
Dlithium-allocator.cc751 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove()
753 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()
905 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions()
907 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()
/external/chromium_org/v8/src/
Dlithium.h274 class LMoveOperands V8_FINAL BASE_EMBEDDED {
276 LMoveOperands(LOperand* source, LOperand* destination) in LMoveOperands() function
461 move_operands_.Add(LMoveOperands(from, to), zone); in AddMove()
466 const ZoneList<LMoveOperands>* move_operands() const { in move_operands()
473 ZoneList<LMoveOperands> move_operands_;
Dlithium-allocator.cc768 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove()
770 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()
931 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions()
933 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()