b0c6f00f39
Adds a stack map to the catch block entry pc. The alternative would be to prevent yielding to a safepoint between these two point. For throws coming from Dart or the embedding API, this is possible by unwinding the transitions before the first point and doing only a non-yielding VM->Generated between the two points. For FFI, this does not work because the final state is Native instead of Generated, and VM->Native is a blocking transition. TEST=ci Bug: https://github.com/dart-lang/sdk/issues/48668 Change-Id: I8164fddae018ed95d9147fafa65785b7638e5301 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269746 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>