• Vladimir Marko's avatar
    Improve String.indexOf() intrinsics. · fb6c90a1
    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
intrinsics_arm64.cc 92.7 KB