c41e92de84
When AOT call specializer computes single target for a method invocation it needs to ignore artificial methods like field dispatchers and method extractors that are lazily injected by the precompiler as compilation of the whole application progresses. Lazy injections means that we don't have complete knowledge when we compile a single method. Bug: Change-Id: I249ca397bb3da89f512a1ace49b198a0ffc9bf97 Reviewed-on: https://dart-review.googlesource.com/30520 Commit-Queue: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>