Home | History | Annotate | Download | only in arm

Lines Matching full:count_value

1595   int count_value = expr->op() == Token::INC ? 1 : -1;
1597 __ add(r0, r0, Operand(Smi::FromInt(count_value)), SetCC);
1605 __ sub(r0, r0, Operand(Smi::FromInt(count_value)));
1607 __ mov(r1, Operand(Smi::FromInt(count_value)));