Files
sdk/runtime/vm/compiler/frontend
Alexander Markov 06396cf2a4 [vm/interpreter] Fix PC offsets of bytecode try blocks in PcDescriptors
When looking for an exception handler, PC corresponding to a return
address is used (e.g. it is pointing to the next instruction).
This CL adjusts start and end offsets of bytecode try blocks in
PcDescriptors accordingly.

Change-Id: Ib12d8d11c37443fde93b3e1739c785effc5a922c
Reviewed-on: https://dart-review.googlesource.com/70120
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2018-08-15 21:43:32 +00:00
..