Home | History | Annotate | Download | only in src

Lines Matching full:right_const

10164     HConstant* right_const = HConstant::cast(right);
10165 if (right_const->HasInteger32Value() &&
10166 (right_const->Integer32Value() & 0x1f) != 0) {