Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:toUpperCase

1288            (peephole (hole 1 "new sc_Char(" c ".val.toUpperCase())")))
1291 { return new sc_Char(c.val.toUpperCase()); }