Call `sys_icache_invalidate()` directly in `ARM64Assembler::flushCache()`. Previously, we'd call `sys_cache_control(kCacheFunctionPrepareForExecution)`, which would have to do a switch on its parameter before calling `sys_icache_invalidate()`.
Committed 261661@main (2cc0a6b10cf0): <https://commits.webkit.org/261661@main> Reviewed commits have been landed. Closing PR #11512 and removing active labels.
<rdar://problem/106728867>