4d182203ca
Code objects might be connected by static calls and these references were not included into the profile. This lead to some objects being unreachable from the root. This CL also adds a test which computes dominators for all nodes in the snapshot (this in turn verifies that there are no unreachable nodes). Cq-Include-Trybots: luci.dart.try:pkg-linux-release-try,pkg-win-release-try,pkg-mac-release-try,vm-kernel-precomp-linux-release-x64-try,vm-kernel-precomp-linux-product-x64-try,vm-kernel-precomp-linux-debug-x64-try Change-Id: I2af4107fdb7f875624192e892ce1cec78cbf0dd0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161709 Commit-Queue: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>