Home
last modified time | relevance | path

Searched refs:move_operands (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dlithium-allocator.cc757 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local
758 for (int i = 0; i < move_operands->length(); ++i) { in AddConstraintsGapMove()
759 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()
907 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions() local
908 for (int i = 0; i < move_operands->length(); ++i) { in ProcessInstructions()
909 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()
1244 for (int j = 0; j < move->move_operands()->length(); ++j) { in BuildLiveRanges()
1245 LOperand* to = move->move_operands()->at(j).destination(); in BuildLiveRanges()
1247 hint = move->move_operands()->at(j).source(); in BuildLiveRanges()
Dlithium.h397 const ZoneList<LMoveOperands>* move_operands() const { in move_operands() function
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()