1ca55a1fba
The former calls the latter with the same arguments, so we could call the latter directly, though we prefer to use `_startIsolate()` as the entrypoint. This fixes test failures in obfuscated mode, where the runtime cannot find the `_delayEntrypointInvocation` function. TEST=Fixes -n dartkp-obfuscate-linux-release-x64 ffi_2/dylib_isolates_test Change-Id: I062fc16658f90750439f304849daa3911d3a1b89 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171946 Reviewed-by: Tess Strickland <sstrickl@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>