/external/v8/src/x64/ |
D | lithium-gap-resolver-x64.cc | 48 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()
|
D | lithium-gap-resolver-x64.h | 69 ZoneList<LMoveOperands> moves_;
|
/external/v8/src/ia32/ |
D | lithium-gap-resolver-ia32.h | 61 void AddMove(LMoveOperands move); 97 ZoneList<LMoveOperands> moves_;
|
D | lithium-gap-resolver-ia32.cc | 52 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/ |
D | lithium-gap-resolver-ia32.h | 61 void AddMove(LMoveOperands move); 97 ZoneList<LMoveOperands> moves_;
|
D | lithium-gap-resolver-ia32.cc | 52 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/ |
D | lithium-gap-resolver-x64.cc | 48 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()
|
D | lithium-gap-resolver-x64.h | 69 ZoneList<LMoveOperands> moves_;
|
/external/v8/src/arm/ |
D | lithium-gap-resolver-arm.cc | 49 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()
|
D | lithium-gap-resolver-arm.h | 74 ZoneList<LMoveOperands> moves_;
|
/external/v8/src/mips/ |
D | lithium-gap-resolver-mips.cc | 50 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()
|
D | lithium-gap-resolver-mips.h | 74 ZoneList<LMoveOperands> moves_;
|
/external/chromium_org/v8/src/mips/ |
D | lithium-gap-resolver-mips.cc | 50 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()
|
D | lithium-gap-resolver-mips.h | 74 ZoneList<LMoveOperands> moves_;
|
/external/chromium_org/v8/src/arm/ |
D | lithium-gap-resolver-arm.cc | 49 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()
|
D | lithium-gap-resolver-arm.h | 74 ZoneList<LMoveOperands> moves_;
|
/external/v8/src/ |
D | lithium.h | 208 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_;
|
D | lithium-allocator.cc | 751 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/ |
D | lithium.h | 274 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_;
|
D | lithium-allocator.cc | 768 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()
|