Home | History | Annotate | Download | only in src

Lines Matching defs:move_operands

751     const ZoneList<LMoveOperands>* move_operands = move->move_operands();
752 for (int i = 0; i < move_operands->length(); ++i) {
753 LMoveOperands cur = move_operands->at(i);
905 const ZoneList<LMoveOperands>* move_operands = move->move_operands();
906 for (int i = 0; i < move_operands->length(); ++i) {
907 LMoveOperands* cur = &move_operands->at(i);
1274 for (int j = 0; j < move->move_operands()->length(); ++j) {
1275 LOperand* to = move->move_operands()->at(j).destination();
1278 hint = move->move_operands()->at(j).source();