Home | History | Annotate | Download | only in src

Lines Matching full:constant_two

953   HValue* constant_two = Add<HConstant>(2);
957 HValue* adjusted_length = AddUncasted<HSub>(elements_length, constant_two);
962 HValue* index = AddUncasted<HAdd>(key, constant_two);