"git@repo.buzztime.com:halo/art.git" did not exist on "fb6c90a1d7c8333c74c09f64f7eb2f402c3ea002"
Improve String.indexOf() intrinsics.
Vladimir Marko authored
If the code point input is a char, we don't need the slow
path. Also improve the slow-path check (if we do need it)
on arm and arm64 to avoid loading 0xffff into a register.

Bug: 28330359
Change-Id: Ie6514c16126717bb0b11e3c7ab2b60eaa70fed4c
fb6c90a1