ff0327be67
After this change, ICData map is always unpacked in CompileParsedFunctionHelper::Compile regardless of the optimizing mode. The unpacked ICData array is passed both to FlowGraphBuilder and to FlowGraphCompiler. FlowGraphCompiler::FlowGraphCompiler no longer unpacks ICData array, and the duplicated code for unpacking of ICData map is replaced with debug asserts. Change-Id: Ib6864acdb6bcd02fe7acd1cb5bcf70d6c69808af Reviewed-on: https://dart-review.googlesource.com/67505 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>