81d899ac30
Rationale: We get pretty good coverage on unoptimized path for JIT, but the optimized path depends heavily on whether functions are called often in the fuzz generated code. This mode adds coverage of going quicker into the optimized path. Note: This mode already exposed an issue with DEBUG JIT. https://github.com/dart-lang/sdk/issues/35196 Change-Id: Ib32b4ba449cb7b2b777d669ef264742aa44a9ccc Reviewed-on: https://dart-review.googlesource.com/c/84680 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Aart Bik <ajcbik@google.com>