Home | History | Annotate | Download | only in src

Lines Matching refs:move_operands

735     const ZoneList<LMoveOperands>* move_operands = move->move_operands();
736 for (int i = 0; i < move_operands->length(); ++i) {
737 LMoveOperands cur = move_operands->at(i);
898 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
899 for (int i = 0; i < move_operands->length(); ++i) {
900 LMoveOperands* cur = &move_operands->at(i);
1288 for (int j = 0; j < move->move_operands()->length(); ++j) {
1289 LOperand* to = move->move_operands()->at(j).destination();
1292 hint = move->move_operands()->at(j).source();